diff options
| author | kj_sh604 | 2026-05-05 21:35:45 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-05 21:35:45 -0400 |
| commit | d6dec14d551824ec93347abf5c9d67c4777718ff (patch) | |
| tree | 7e34ba2cb66ceb7d207a7f11cf7633234e9939f6 | |
| parent | 07adb0c96f0904aad9d488287c8c21e18f5d3343 (diff) | |
| -rw-r--r-- | agave/.SRCINFO | 23 | ||||
| -rw-r--r-- | agave/.gitignore | 6 | ||||
| -rw-r--r-- | agave/PKGBUILD | 56 | ||||
| -rw-r--r-- | agave/agave-0.4.7-mdv-fix-str-fmt.patch | 12 | ||||
| -rw-r--r-- | agave/drop-libgnome.patch | 64 | ||||
| -rw-r--r-- | agave/fix-build-without-gconf.patch | 55 | ||||
| -rw-r--r-- | agave/schemebox.patch | 10 | ||||
| -rw-r--r-- | grep-compat/.SRCINFO | 16 | ||||
| -rw-r--r-- | grep-compat/.gitignore | 6 | ||||
| -rw-r--r-- | grep-compat/PKGBUILD | 58 | ||||
| -rw-r--r-- | lanxchange-fork/.SRCINFO | 17 | ||||
| -rw-r--r-- | lanxchange-fork/.gitignore | 7 | ||||
| -rw-r--r-- | lanxchange-fork/PKGBUILD | 34 | ||||
| -rw-r--r-- | lanxchange-fork/lanxchange.install | 5 | ||||
| -rw-r--r-- | libglademm/.SRCINFO | 15 | ||||
| -rw-r--r-- | libglademm/.gitignore | 7 | ||||
| -rw-r--r-- | libglademm/PKGBUILD | 30 | ||||
| -rw-r--r-- | pavucontrol-gtk3/.SRCINFO | 30 | ||||
| -rw-r--r-- | pavucontrol-gtk3/.gitignore | 5 | ||||
| -rw-r--r-- | pavucontrol-gtk3/PKGBUILD | 54 | ||||
| -rw-r--r-- | python2-libxml2/.SRCINFO | 24 | ||||
| -rw-r--r-- | python2-libxml2/.gitignore | 5 | ||||
| -rw-r--r-- | python2-libxml2/PKGBUILD | 117 | ||||
| -rw-r--r-- | python2-libxml2/no-fuzz.diff | 24 | ||||
| -rw-r--r-- | seamonkey-bin/.SRCINFO | 50 | ||||
| -rw-r--r-- | seamonkey-bin/.gitignore | 3 | ||||
| -rw-r--r-- | seamonkey-bin/PKGBUILD | 84 |
27 files changed, 0 insertions, 817 deletions
diff --git a/agave/.SRCINFO b/agave/.SRCINFO deleted file mode 100644 index 532506d..0000000 --- a/agave/.SRCINFO +++ /dev/null @@ -1,23 +0,0 @@ -pkgbase = agave - pkgdesc = Colorscheme designer tool for GNOME - pkgver = 0.4.7 - pkgrel = 604 - url = https://web.archive.org/web/20170327063642/http://home.gna.org/colorscheme/ - arch = x86_64 - license = GPL - makedepends = gnome-doc-utils - makedepends = intltool - makedepends = boost - depends = libglademm - source = http://archive.ubuntu.com/ubuntu/pool/universe/a/agave/agave_0.4.7.orig.tar.gz - source = agave-0.4.7-mdv-fix-str-fmt.patch - source = schemebox.patch - source = drop-libgnome.patch - source = fix-build-without-gconf.patch - sha256sums = 4005361ab1b137029c7d50afbbfbae7d83bdde7cec3e155a85eed59f6ec4e6fc - sha256sums = 132008f0bbe040c59bbc134d9ca3eb244967a66f95bf113d94e976b8ed776c6c - sha256sums = dc93ef15cf96a62e2d8d21d6e360428305d3ba6640742a8e9c3a6a2c6aeaf665 - sha256sums = 8f1a1ecc7f3887de540187e8d10448c44eacb20cb5b1e7db62c7c9318ca861cc - sha256sums = 225f9a5cfebea4f9c1d4120611394eb148ffb9a6c151e79f749df1749e015c91 - -pkgname = agave diff --git a/agave/.gitignore b/agave/.gitignore deleted file mode 100644 index 6b2b2ea..0000000 --- a/agave/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -pkg/ -src/ -*.tar -*.tar.zst -*.tar.gz -*.tar.xz diff --git a/agave/PKGBUILD b/agave/PKGBUILD deleted file mode 100644 index dca8af7..0000000 --- a/agave/PKGBUILD +++ /dev/null @@ -1,56 +0,0 @@ -# Maintainer: -# Contributor: kj_sh604 <43.splash@gmail.com> - -pkgname=agave -pkgver=0.4.7 -pkgrel=604 -pkgdesc="Colorscheme designer tool for GNOME" -arch=('x86_64') -url="https://web.archive.org/web/20170327063642/http://home.gna.org/colorscheme/" -license=('GPL') -depends=('libglademm') -makedepends=('gnome-doc-utils' 'intltool' 'boost') - -# use this source when PKGBUILD breaks in the future: -# source=(https://aedrielkylejavier.me/assets/${pkgname}_$pkgver.orig.tar.gz - -source=(http://archive.ubuntu.com/ubuntu/pool/universe/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz - agave-0.4.7-mdv-fix-str-fmt.patch - schemebox.patch - drop-libgnome.patch - fix-build-without-gconf.patch) - -prepare() { - cd $pkgname-$pkgver - - # Build fix from Fedora - patch -Np1 -i ../agave-0.4.7-mdv-fix-str-fmt.patch - - # Another build fix - patch -Np1 -i ../schemebox.patch - - # Remove deprecated libgnome dependency - patch -Np1 -i ../drop-libgnome.patch - - # Fix build without gconfmm installed - patch -Np1 -i ../fix-build-without-gconf.patch -} - -build() { - cd $pkgname-$pkgver - CXXFLAGS+=' -std=c++11' - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-scrollkeeper --disable-gnome --disable-gconf - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - rm "$pkgdir/agave.schemas" -} -sha256sums=('4005361ab1b137029c7d50afbbfbae7d83bdde7cec3e155a85eed59f6ec4e6fc' - '132008f0bbe040c59bbc134d9ca3eb244967a66f95bf113d94e976b8ed776c6c' - 'dc93ef15cf96a62e2d8d21d6e360428305d3ba6640742a8e9c3a6a2c6aeaf665' - '8f1a1ecc7f3887de540187e8d10448c44eacb20cb5b1e7db62c7c9318ca861cc' - '225f9a5cfebea4f9c1d4120611394eb148ffb9a6c151e79f749df1749e015c91') diff --git a/agave/agave-0.4.7-mdv-fix-str-fmt.patch b/agave/agave-0.4.7-mdv-fix-str-fmt.patch deleted file mode 100644 index 7487a0c..0000000 --- a/agave/agave-0.4.7-mdv-fix-str-fmt.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -p -up agave-0.4.7/src/dialogs/gcs-about-window.cc.strfmt agave-0.4.7/src/dialogs/gcs-about-window.cc ---- agave-0.4.7/src/dialogs/gcs-about-window.cc.strfmt 2009-11-25 15:00:03.000000000 +0100 -+++ agave-0.4.7/src/dialogs/gcs-about-window.cc 2009-11-25 15:31:43.000000000 +0100 -@@ -105,7 +105,7 @@ namespace gcs - catch (const Glib::Error& e) - { - Glib::ustring message = "Couldn't load Agave logo image from theme. " + e.what(); -- g_warning(message.c_str()); -+ g_warning("%s", message.c_str()); - } - } - } diff --git a/agave/drop-libgnome.patch b/agave/drop-libgnome.patch deleted file mode 100644 index 1732cd4..0000000 --- a/agave/drop-libgnome.patch +++ /dev/null @@ -1,64 +0,0 @@ -diff -Naur agave-0.4.4.orig/src/dialogs/gcs-about-window.cc agave-0.4.4/src/dialogs/gcs-about-window.cc ---- agave-0.4.4.orig/src/dialogs/gcs-about-window.cc 2007-11-02 04:16:16.000000000 +0100 -+++ agave-0.4.4/src/dialogs/gcs-about-window.cc 2012-03-20 22:01:55.835021376 +0100 -@@ -26,9 +26,6 @@ - #include <cstring> // for strlen() - - #include <config.h> --#ifdef HAVE_GNOME --#include <libgnome/gnome-url.h> --#endif // HAVE_GNOME - - #include <gtkmm/icontheme.h> - -@@ -46,11 +43,8 @@ - { - set_name(PACKAGE_NAME); - --#ifdef HAVE_GNOME -- set_url_hook(sigc::mem_fun(*this, &AboutWindow::on_link_clicked)); - set_website(PACKAGE_WEBSITE); - set_website_label(_("Project Website")); --#endif // HAVE_GNOME - - Glib::ustring version(PACKAGE_VERSION); - set_version(version); -@@ -112,15 +106,6 @@ - - - void -- AboutWindow::on_link_clicked(Gtk::AboutDialog& dialog, -- const Glib::ustring& link) -- { --#ifdef HAVE_GNOME -- gnome_url_show(link.c_str(), 0); --#endif // HAVE_GNOME -- } -- -- void - AboutWindow::on_response(int response_id) - { - if (response_id == Gtk::RESPONSE_DELETE_EVENT || -diff -Naur agave-0.4.4.orig/src/gcs-mainwindow-actions.cc agave-0.4.4/src/gcs-mainwindow-actions.cc ---- agave-0.4.4.orig/src/gcs-mainwindow-actions.cc 2007-11-02 04:01:16.000000000 +0100 -+++ agave-0.4.4/src/gcs-mainwindow-actions.cc 2012-03-20 22:01:10.637760066 +0100 -@@ -25,7 +25,6 @@ - - #include <vector> - #include <gtk/gtk.h> --#include <libgnome/gnome-help.h> - #include <gtkmm/iconfactory.h> - #include <gtkmm/stock.h> - #include <gtkmm/clipboard.h> -@@ -251,9 +250,10 @@ - /* Help Menu Actions */ - void MainWindow::on_action_help_contents(void) - { -- gnome_help_display("agave.xml", -- NULL /* link id */, -- NULL /* GError */); -+ gtk_show_uri (NULL, -+ "ghelp:agave", -+ gtk_get_current_event_time (), -+ NULL); - } diff --git a/agave/fix-build-without-gconf.patch b/agave/fix-build-without-gconf.patch deleted file mode 100644 index f8735a3..0000000 --- a/agave/fix-build-without-gconf.patch +++ /dev/null @@ -1,55 +0,0 @@ -diff -Naur agave-0.4.7.orig/src/gcs-conf.cc agave-0.4.7/src/gcs-conf.cc ---- agave-0.4.7.orig/src/gcs-conf.cc 2008-02-26 04:07:02.000000000 +0100 -+++ agave-0.4.7/src/gcs-conf.cc 2018-09-05 13:00:23.733940123 +0200 -@@ -26,6 +26,7 @@ - #include "config.h" - #include "gcs-conf.h" - #include "core/gcs-color.h" -+#include <glibmm.h> - #ifdef HAVE_GCONFMM - #include <gconfmm/client.h> - #include <gconfmm/value.h> -@@ -36,6 +37,7 @@ - // gconf recommends storing enumerations as strings rather than integers - // since it's more robust against changes in enumeration order and is more - // human-readable. This is a helper for gconf_string_to_enum and vice versa -+#ifdef HAVE_GCONFMM - static GConfEnumStringPair schemetype_lookup_table[] = - { - { SCHEME_COMPLEMENTS, "COMPLEMENTS" }, -@@ -59,6 +61,7 @@ - operator double() { return get_float(); } - operator float() { return get_float(); } - }; -+#endif // HAVE_GCONFMM - - const Glib::ustring Conf::APP_DIR = "/apps/agave"; - -@@ -128,8 +131,10 @@ - - void Conf::set_last_scheme_type(tSchemeType t) - { -+#ifdef HAVE_GCONFMM - Glib::ustring schemetype_string = gconf_enum_to_string(schemetype_lookup_table, t); - set_value(KEY_LAST_SCHEME_TYPE, schemetype_string); -+#endif // HAVE_GCONFMM - } - - -@@ -137,12 +142,16 @@ - { - Glib::ustring scheme_type; - tSchemeType t; -+#ifdef HAVE_GCONFMM - if (!get_value(KEY_LAST_SCHEME_TYPE, scheme_type) || - !gconf_string_to_enum(schemetype_lookup_table, - scheme_type.c_str(), reinterpret_cast<int*>(&t))) - { -+#endif // HAVE_GCONFMM - t = SCHEME_TRIADS; -+#ifdef HAVE_GCONFMM - } -+#endif // HAVE_GCONFMM - return t; - } - diff --git a/agave/schemebox.patch b/agave/schemebox.patch deleted file mode 100644 index c1b25c6..0000000 --- a/agave/schemebox.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- agave-0.4.7/src/widgets/gcs-schemebox.cc 2008-02-25 21:07:02.000000000 -0600 -+++ agave-0.4.7/src/widgets/gcs-schemebox.cc.new 2010-05-24 00:28:51.000000000 -0500 -@@ -45,7 +45,7 @@ namespace gcs - - SchemeBox::SchemeBox(Scheme schm) - { -- SchemeBox::SchemeBox(); -+ SchemeBox(); - set_scheme(schm); - } diff --git a/grep-compat/.SRCINFO b/grep-compat/.SRCINFO deleted file mode 100644 index 33a8ac4..0000000 --- a/grep-compat/.SRCINFO +++ /dev/null @@ -1,16 +0,0 @@ -pkgbase = grep-compat - pkgdesc = A string search utility (without egrep and fgrep warnings when used in scripts) - pkgver = 3.12 - pkgrel = 3 - url = https://www.gnu.org/software/grep/ - arch = x86_64 - license = GPL3 - makedepends = texinfo - depends = glibc - depends = pcre2 - provides = grep - conflicts = grep - source = https://ftp.gnu.org/gnu/grep/grep-3.12.tar.xz - sha256sums = 2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9 - -pkgname = grep-compat diff --git a/grep-compat/.gitignore b/grep-compat/.gitignore deleted file mode 100644 index e08d660..0000000 --- a/grep-compat/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -pkg/ -src/ -gnulib/ -grep/ -*.sig -*.tar* diff --git a/grep-compat/PKGBUILD b/grep-compat/PKGBUILD deleted file mode 100644 index 79595e6..0000000 --- a/grep-compat/PKGBUILD +++ /dev/null @@ -1,58 +0,0 @@ -# Maintainer: kj_sh604 <406hs_jk@proton.me> - -pkgname=grep-compat -_pkgname=grep -pkgver=3.12 -pkgrel=3 -pkgdesc='A string search utility (without egrep and fgrep warnings when used in scripts)' -arch=('x86_64') -license=('GPL3') -url='https://www.gnu.org/software/grep/' -depends=('glibc' 'pcre2') -makedepends=('texinfo') -provides=('grep') -conflicts=('grep') -source=("https://ftp.gnu.org/gnu/$_pkgname/$_pkgname-$pkgver.tar.xz") -sha256sums=('2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9') - -prepare() { - cd $_pkgname-$pkgver - local src - for src in "${source[@]}"; do - src="${src%%::*}" - src="${src##*/}" - [[ $src = *.patch ]] || continue - msg2 "Applying patch $src..." - patch -Np1 < "../$src" - done -} - -build() { - cd $_pkgname-$pkgver - ./configure --prefix=/usr - make -} - -check() { - cd $_pkgname-$pkgver - make check -} - -package() { - cd $_pkgname-$pkgver - make DESTDIR="$pkgdir" install - - # add egrep wrapper script with no warnings - install -Dm755 /dev/stdin "$pkgdir/usr/bin/egrep" <<END -#!/bin/sh -cmd=\${0##*/} -exec grep -E "\$@" -END - - # add fgrep wrapper script with no warnings - install -Dm755 /dev/stdin "$pkgdir/usr/bin/fgrep" <<END -#!/bin/sh -cmd=\${0##*/} -exec grep -F "\$@" -END -} diff --git a/lanxchange-fork/.SRCINFO b/lanxchange-fork/.SRCINFO deleted file mode 100644 index b0bb6a1..0000000 --- a/lanxchange-fork/.SRCINFO +++ /dev/null @@ -1,17 +0,0 @@ -pkgbase = lanxchange-fork - pkgdesc = Configuration-free, cross-platform file transfers for your local network (fork) - pkgver = 1.41 - pkgrel = 604 - url = https://lanxchange.com - install = lanxchange.install - arch = any - license = GPL3 - makedepends = gendesk - depends = java-runtime>=8 - depends = bash - provides = lanxchange - conflicts = lanxchange - source = lanxchange-1.41.zip::https://github.com/kj-sh604/LanXchange/releases/download/v1.41/lxc.zip - sha256sums = 18fb4e05a8cf858baf1ff3b079be63eb6228424eb5de596f3cc604dbb8fa2102 - -pkgname = lanxchange-fork diff --git a/lanxchange-fork/.gitignore b/lanxchange-fork/.gitignore deleted file mode 100644 index e1106b5..0000000 --- a/lanxchange-fork/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*.tar -*.tar.gz -*.tar.xz -*.tar.zst -*.zip -pkg/ -src/ diff --git a/lanxchange-fork/PKGBUILD b/lanxchange-fork/PKGBUILD deleted file mode 100644 index 3f6d073..0000000 --- a/lanxchange-fork/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -pkgname=lanxchange-fork -_pkgname=lanxchange -pkgver=1.41 -pkgrel=604 -pkgdesc="Configuration-free, cross-platform file transfers for your local network (fork)" -arch=('any') -url='https://lanxchange.com' -license=('GPL3') -install=lanxchange.install -depends=('java-runtime>=8' 'bash') -makedepends=('gendesk') -conflicts=('lanxchange') -provides=('lanxchange') -source=("${_pkgname}-${pkgver}.zip::https://github.com/kj-sh604/LanXchange/releases/download/v${pkgver}/lxc.zip") -sha256sums=('18fb4e05a8cf858baf1ff3b079be63eb6228424eb5de596f3cc604dbb8fa2102') - -package() { - install -Dm644 ${_pkgname}.jar "${pkgdir}/opt/${_pkgname}/${_pkgname}-${pkgver}.jar" - cp -avR img/ "${pkgdir}/opt/${_pkgname}/" - echo "#!/usr/bin/env bash - cd /opt/lanxchange - exec /usr/bin/java -splash:img/logo.png -jar '/opt/${_pkgname}/${_pkgname}-${pkgver}.jar' "-managed \$\@"" > lanxchange.sh - install -Dm755 lanxchange.sh "${pkgdir}/usr/bin/lxcr" - gendesk -f -n --pkgname "${_pkgname}" \ - --pkgdesc "$pkgdesc" \ - --name "LanXchange" \ - --comment "$pkgdesc" \ - --exec lxcr \ - --categories 'Network;Application' \ - --icon "${_pkgname}" - install -Dm644 "${_pkgname}.desktop" -t "${pkgdir}/usr/share/applications" - install -Dm644 img/logo.png "${pkgdir}/usr/share/pixmaps/${_pkgname}.png" - chmod -R 777 "${pkgdir}/opt/lanxchange/" -} diff --git a/lanxchange-fork/lanxchange.install b/lanxchange-fork/lanxchange.install deleted file mode 100644 index b47ad4b..0000000 --- a/lanxchange-fork/lanxchange.install +++ /dev/null @@ -1,5 +0,0 @@ -# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> - -post_remove() { - sudo rm -rf /opt/lanxchange -}
\ No newline at end of file diff --git a/libglademm/.SRCINFO b/libglademm/.SRCINFO deleted file mode 100644 index d7a3b05..0000000 --- a/libglademm/.SRCINFO +++ /dev/null @@ -1,15 +0,0 @@ -pkgbase = libglademm - pkgdesc = A C++ wrapper for libglade. - pkgver = 2.6.7 - pkgrel = 7 - url = http://gtkmm.sourceforge.net/ - arch = x86_64 - license = LGPL - makedepends = pkgconfig - depends = libglade - depends = gtkmm - depends = libxml2-legacy - source = https://download.gnome.org/sources/libglademm/2.6/libglademm-2.6.7.tar.bz2 - sha256sums = 38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3 - -pkgname = libglademm diff --git a/libglademm/.gitignore b/libglademm/.gitignore deleted file mode 100644 index 3dda0c1..0000000 --- a/libglademm/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -pkg/ -src/ -*.tar -*.tar.bz2 -*.tar.zst -*.tar.gz -*.tar.xz diff --git a/libglademm/PKGBUILD b/libglademm/PKGBUILD deleted file mode 100644 index b0f640b..0000000 --- a/libglademm/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Jan de Groot <jgc@archlinux.org> -# Contributor: Kritoke <typeolinux@yahoo.com> -# Maintainer: kj_sh604 <406hs_jk@proton.me> - -pkgname=libglademm -pkgver=2.6.7 -pkgrel=7 -pkgdesc="A C++ wrapper for libglade." -arch=('x86_64') -url="http://gtkmm.sourceforge.net/" -license=('LGPL') -depends=('libglade' 'gtkmm' 'libxml2-legacy') -makedepends=('pkgconfig') -source=(https://download.gnome.org/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3') - -build() { - cd ${pkgname}-${pkgver} - CXXFLAGS+=' -std=c++11' - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} diff --git a/pavucontrol-gtk3/.SRCINFO b/pavucontrol-gtk3/.SRCINFO deleted file mode 100644 index 45cf576..0000000 --- a/pavucontrol-gtk3/.SRCINFO +++ /dev/null @@ -1,30 +0,0 @@ -pkgbase = pavucontrol-gtk3 - pkgdesc = PulseAudio Volume Control 5.0 (last GTK3 release) - pkgver = 5.0 - pkgrel = 1 - epoch = 1 - url = https://freedesktop.org/software/pulseaudio/pavucontrol/ - arch = x86_64 - license = GPL-2.0-or-later - checkdepends = tidy - makedepends = git - makedepends = lynx - makedepends = meson - depends = atkmm - depends = gcc-libs - depends = glib2 - depends = glibc - depends = glibmm - depends = gtk3 - depends = gtkmm3 - depends = json-glib - depends = libcanberra - depends = libpulse - depends = libsigc++ - optdepends = pulseaudio: Audio backend - provides = pavucontrol - conflicts = pavucontrol - source = git+https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git#commit=c330506815f78f77f6685cb40749679eae789d63 - b2sums = 5601fbcb53a5545e86bc179c3e2c2b8d1c0ad1b31a3251e90011368151495668493a6737e359cc6d9c2c5e8d8c964f137a96af69f1b984f7a31318619532360c - -pkgname = pavucontrol-gtk3 diff --git a/pavucontrol-gtk3/.gitignore b/pavucontrol-gtk3/.gitignore deleted file mode 100644 index 6e73da8..0000000 --- a/pavucontrol-gtk3/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -pkg/ -src/ -*.tar.* -*.pkg.* -pavucontrol/ diff --git a/pavucontrol-gtk3/PKGBUILD b/pavucontrol-gtk3/PKGBUILD deleted file mode 100644 index ace5d5f..0000000 --- a/pavucontrol-gtk3/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# Maintainer: kj_sh604 <406hs_jk@proton.me> - -pkgname=pavucontrol-gtk3 -pkgver=5.0 -pkgrel=1 -epoch=1 -pkgdesc="PulseAudio Volume Control 5.0 (last GTK3 release)" -url="https://freedesktop.org/software/pulseaudio/pavucontrol/" -arch=(x86_64) -license=(GPL-2.0-or-later) -depends=( - atkmm - gcc-libs - glib2 - glibc - glibmm - gtk3 - gtkmm3 - json-glib - libcanberra - libpulse - libsigc++ -) -makedepends=( - git - lynx - meson -) -conflicts=('pavucontrol') -provides=('pavucontrol') -checkdepends=(tidy) -optdepends=("pulseaudio: Audio backend") -_commit=c330506815f78f77f6685cb40749679eae789d63 # master -source=("git+https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git#commit=$_commit") -b2sums=('5601fbcb53a5545e86bc179c3e2c2b8d1c0ad1b31a3251e90011368151495668493a6737e359cc6d9c2c5e8d8c964f137a96af69f1b984f7a31318619532360c') - -prepare() { - cd pavucontrol -} - -build() { - arch-meson pavucontrol build - meson compile -C build -} - -check() { - meson test -C build --print-errorlogs -} - -package() { - meson install -C build --destdir "$pkgdir" -} - -# vim:set sw=2 sts=-1 et: diff --git a/python2-libxml2/.SRCINFO b/python2-libxml2/.SRCINFO deleted file mode 100644 index 9f9d628..0000000 --- a/python2-libxml2/.SRCINFO +++ /dev/null @@ -1,24 +0,0 @@ -pkgbase = python2-libxml2 - pkgdesc = Python 2 bindings for the XML parsing library v2 - pkgver = 2.9.14 - pkgrel = 1 - url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home - arch = x86_64 - arch = aarch64 - arch = i686 - arch = armv7h - license = MIT - makedepends = git - depends = glibc - depends = libxml2-legacy - depends = python2 - provides = python2-libxml2 - conflicts = python2-libxml2 - source = python2-libxml2::git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 - source = no-fuzz.diff - source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz - sha256sums = 1a3880e1aeb825134f2dd61c5393a5a4529a8ba861dd1ba8e43bbb42f0f9102f - sha256sums = 3fc010d8c42b93e6d6f1fca6b598a561e9d2c8780ff3ca0c76a31efabaea404f - sha256sums = 9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f - -pkgname = python2-libxml2 diff --git a/python2-libxml2/.gitignore b/python2-libxml2/.gitignore deleted file mode 100644 index 48f9191..0000000 --- a/python2-libxml2/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -pkg/ -src/ -*.tar.* -*.pkg.* -python2*/ diff --git a/python2-libxml2/PKGBUILD b/python2-libxml2/PKGBUILD deleted file mode 100644 index b4aa32a..0000000 --- a/python2-libxml2/PKGBUILD +++ /dev/null @@ -1,117 +0,0 @@ -_modulename="libxml2" -_pyruntime=python2 -pkgname="${_pyruntime}-${_modulename}" -pkgver=2.9.14 -pkgrel=1 -pkgdesc='Python 2 bindings for the XML parsing library v2' -_url="https://gitlab.gnome.org/GNOME/${_modulename}" -url="${_url}/-/wikis/home" -arch=(x86_64 aarch64 i686 armv7h) -license=(MIT) -depends=( - glibc - libxml2-legacy - "${_pyruntime}" -) -makedepends=( - git -) -provides=( - "${pkgname}" -) -conflicts=( - "${pkgname}" -) -_commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 # tags/v2.9.14^0 -_w3_tests="https://www.w3.org/XML/Test/xmlts20130923.tar.gz" -source=( - "${pkgname}::git+${_url}.git#commit=$_commit" - no-fuzz.diff # Do not run fuzzing tests - "${_w3_tests}" -) -sha256sums=('1a3880e1aeb825134f2dd61c5393a5a4529a8ba861dd1ba8e43bbb42f0f9102f' - '3fc010d8c42b93e6d6f1fca6b598a561e9d2c8780ff3ca0c76a31efabaea404f' - '9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f') - -pkgver() { - cd "${pkgname}" - git describe --tags \ - | sed 's/-rc/rc/;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' -} - -prepare() { - local _msg="Use xmlconf from conformance test suite" - mkdir -p build - ln -s xmlconf build/xmlconf || echo "${_msg}" - - cd "${pkgname}" - - # Take patches from https://src.fedoraproject.org/rpms/libxml2/tree/master - local src - for src in "${source[@]}"; do - src="${src%%::*}" - src="${src##*/}" - [[ "${src}" = *.diff ]] || continue - echo "Applying patch ${src}..." - git apply -3 "../${src}" - done - - autoreconf -fiv -} - -build() ( - local _configure="../${pkgname}/configure" - local _configure_opts=( - --prefix=/usr - --with-threads - --with-history - --with-python="/usr/bin/${_pyruntime}" - --with-icu - ) - local _cflags=( - "-I/usr/include/${_modulename}-2.9" - ) - local _ldflags=( - "-L/usr/lib/${_modulename}-2.9" - ) - - cd build - - CFLAGS="${_cflags[*]}" \ - LDFLAGS="${_ldflags[*]}" \ - "../${pkgname}/configure" "${_configure_opts[@]}" - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - - CFLAGS="${_cflags[*]}" \ - LDFLAGS="${_ldflags[*]}" \ - make - - find doc -type f -exec chmod 0644 {} + -) - -package() { - make DESTDIR="${pkgdir}" -C build install - "${_pyruntime}" -m compileall \ - -d /usr/lib "${pkgdir}/usr/lib" - "${_pyruntime}" -O \ - -m compileall \ - -d /usr/lib "${pkgdir}/usr/lib" - - install -Dm 644 build/COPYING \ - -t "${pkgdir}/usr/share/licenses/${pkgname}" - - rm -rf "${pkgdir}/usr/bin/" - rm -rf "${pkgdir}/usr/bin/" - rm -rf "${pkgdir}/usr/include/${_modulename}/libxml" - rm -rf "${pkgdir}/usr/lib/cmake" - rm -rf "${pkgdir}/usr/lib/${_modulename}"* - rm -rf "${pkgdir}/usr/lib/pkgconfig" - rm -rf "${pkgdir}/usr/lib/xml2Conf.sh" - rm -rf "${pkgdir}/usr/share/aclocal" - rm -rf "${pkgdir}/usr/share/doc/${_modulename}" - rm -rf "${pkgdir}/usr/share/doc/${_modulename}-${_pyruntime}-${pkgver}" - rm -rf "${pkgdir}/usr/share/gtk-doc/html/${_modulename}" - rm -rf "${pkgdir}/usr/share/man/man1" - rm -rf "${pkgdir}/usr/share/man/man3" -} diff --git a/python2-libxml2/no-fuzz.diff b/python2-libxml2/no-fuzz.diff deleted file mode 100644 index 67ab6cc..0000000 --- a/python2-libxml2/no-fuzz.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff --git i/Makefile.am w/Makefile.am -index 7917b595..f0f4b695 100644 ---- i/Makefile.am -+++ w/Makefile.am -@@ -2,9 +2,9 @@ - - ACLOCAL_AMFLAGS = -I m4 - --SUBDIRS = include . doc example fuzz xstc $(PYTHON_SUBDIR) -+SUBDIRS = include . doc example xstc $(PYTHON_SUBDIR) - --DIST_SUBDIRS = include . doc example fuzz python xstc -+DIST_SUBDIRS = include . doc example python xstc - - AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include - -@@ -210,7 +210,6 @@ runtests: runtest$(EXEEXT) testrecurse$(EXEEXT) testapi$(EXEEXT) \ - $(CHECKER) ./runxmlconf$(EXEEXT) - @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \ - $(MAKE) tests ; fi) -- @cd fuzz; $(MAKE) tests - - check: all runtests - diff --git a/seamonkey-bin/.SRCINFO b/seamonkey-bin/.SRCINFO deleted file mode 100644 index 7c9fd40..0000000 --- a/seamonkey-bin/.SRCINFO +++ /dev/null @@ -1,50 +0,0 @@ -pkgbase = seamonkey-bin - pkgdesc = SeaMonkey internet suite (binary version) - pkgver = 2.53.21 - pkgrel = 1 - url = http://www.seamonkey-project.org/ - arch = x86_64 - license = MPL-2.0 - depends = at-spi2-core - depends = bash - depends = cairo - depends = dbus - depends = dbus-glib - depends = fontconfig - depends = freetype2 - depends = gcc-libs - depends = gdk-pixbuf2 - depends = glib2 - depends = glibc - depends = gtk3 - depends = hunspell - depends = libevent - depends = libffi - depends = libpulse - depends = libvpx - depends = libx11 - depends = libxcb - depends = libxcomposite - depends = libxdamage - depends = libxext - depends = libxfixes - depends = libxrender - depends = libxt - depends = mime-types - depends = nspr - depends = nss - depends = pango - depends = pixman - depends = sqlite - depends = startup-notification - depends = zlib - optdepends = libnotify: Notification integration - optdepends = networkmanager: Location detection via available WiFi networks - optdepends = pulseaudio: Audio support - optdepends = ffmpeg: H.264 video support - provides = seamonkey - conflicts = seamonkey - source = https://archive.seamonkey-project.org/releases/2.53.21/linux-x86_64/en-US/seamonkey-2.53.21.en-US.linux-x86_64.tar.bz2 - sha256sums = 19e819428dbec28e63ca197444d80e8456f106a462254521009f7ae85dae5c16 - -pkgname = seamonkey-bin diff --git a/seamonkey-bin/.gitignore b/seamonkey-bin/.gitignore deleted file mode 100644 index 8d78c83..0000000 --- a/seamonkey-bin/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -pkg/ -src/ -*.tar* diff --git a/seamonkey-bin/PKGBUILD b/seamonkey-bin/PKGBUILD deleted file mode 100644 index 02c0991..0000000 --- a/seamonkey-bin/PKGBUILD +++ /dev/null @@ -1,84 +0,0 @@ -# Maintainer: kj_sh604 <406hs_jk@proton.me> - -pkgname=seamonkey-bin -pkgver=2.53.21 -pkgrel=1 -pkgdesc="SeaMonkey internet suite (binary version)" -arch=('x86_64') -url="http://www.seamonkey-project.org/" -license=(MPL-2.0) -depends=( - at-spi2-core - bash - cairo - dbus - dbus-glib - fontconfig - freetype2 - gcc-libs - gdk-pixbuf2 - glib2 - glibc - gtk3 - hunspell - libevent - libffi - libpulse - libvpx - libx11 - libxcb - libxcomposite - libxdamage - libxext - libxfixes - libxrender - libxt - mime-types - nspr - nss - pango - pixman - sqlite - startup-notification - zlib -) -optdepends=( - 'libnotify: Notification integration' - 'networkmanager: Location detection via available WiFi networks' - 'pulseaudio: Audio support' - 'ffmpeg: H.264 video support' -) -source=("https://archive.seamonkey-project.org/releases/$pkgver/linux-x86_64/en-US/seamonkey-$pkgver.en-US.linux-x86_64.tar.bz2") -conflicts=('seamonkey') -provides=('seamonkey') -sha256sums=('19e819428dbec28e63ca197444d80e8456f106a462254521009f7ae85dae5c16') - -package() { - cd "$srcdir/seamonkey" - install -d "$pkgdir/opt/seamonkey" - cp -r * "$pkgdir/opt/seamonkey/" - install -d "$pkgdir/usr/bin" - ln -s /opt/seamonkey/seamonkey "$pkgdir/usr/bin/seamonkey" - install -d "$pkgdir/usr/share/applications" - cat <<EOF > "$pkgdir/usr/share/applications/seamonkey.desktop" -[Desktop Entry] -Name=SeaMonkey -GenericName=Internet Suite -Comment=Web browser, advanced email, newsgroup and feed client, IRC chat, and web development tools -Exec=/opt/seamonkey/seamonkey %u -Icon=seamonkey -Terminal=false -Type=Application -Categories=Network;WebBrowser;Email;News;Chat; -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml; -EOF - - for size in 16 22 24 32 48 64 128 256; do - install -d "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps" - install -m644 "chrome/icons/default/default${size}.png" "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/seamonkey.png" - done - install -d "$pkgdir/usr/share/licenses/$pkgname" - install -m644 license.txt "$pkgdir/usr/share/licenses/$pkgname/" -} - -# vim:set ts=2 sw=2 et: |
