From b207fa82e6cf6c53f447e0ad30794d83290787f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Tue, 3 Dec 2024 08:54:23 +0100 Subject: [PATCH 1/2] Deleted package: florence * Package scheduled for deletion in AUR --- florence/.SRCINFO | 19 ------------------- florence/PKGBUILD | 36 ------------------------------------ 2 files changed, 55 deletions(-) delete mode 100644 florence/.SRCINFO delete mode 100644 florence/PKGBUILD diff --git a/florence/.SRCINFO b/florence/.SRCINFO deleted file mode 100644 index c362466..0000000 --- a/florence/.SRCINFO +++ /dev/null @@ -1,19 +0,0 @@ -pkgbase = florence - pkgdesc = A configurable on-screen virtual keyboard - pkgver = 0.6.3 - pkgrel = 3 - url = http://sourceforge.net/projects/florence/ - arch = i686 - arch = x86_64 - license = GPL-2.0-or-later - makedepends = intltool>=0.23 - depends = gtk3 - depends = libxml2 - depends = librsvg - depends = libxtst - depends = gettext - depends = gstreamer>=1.0 - source = http://sourceforge.net/projects/florence/files/florence/0.6.3/florence-0.6.3.tar.bz2 - sha512sums = c527e8c40c9a594106420a6187945d79dfa7ddb4f628805cd188c8a37f79f42cbc1f74b80e21186f104a79c4d5e90c7a9d93cbe35bf1c6ebfe874db047fbef3c - -pkgname = florence diff --git a/florence/PKGBUILD b/florence/PKGBUILD deleted file mode 100644 index fd0e1bf..0000000 --- a/florence/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Maintainer: Manuel Hüsers -# Contributor: UshakovVasilii -# Contributor: Charon77 -# Contributor: debdj - -pkgname=florence -pkgver=0.6.3 -pkgrel=3 -pkgdesc='A configurable on-screen virtual keyboard' -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/${pkgname}/" -license=('GPL-2.0-or-later') -depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html -makedepends=('intltool>=0.23') -source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") -sha512sums=('c527e8c40c9a594106420a6187945d79dfa7ddb4f628805cd188c8a37f79f42cbc1f74b80e21186f104a79c4d5e90c7a9d93cbe35bf1c6ebfe874db047fbef3c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --without-notification \ - --without-at-spi \ - --with-panelapplet \ - --with-xtst \ - --with-docs \ - --disable-static \ - --without-docs - make -j1 -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make -j1 DESTDIR="${pkgdir}" install -} From 091841b83d0cce63a27102efdbd2a95a900494dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Tue, 3 Dec 2024 08:54:45 +0100 Subject: [PATCH 2/2] Deleted package: nginx-mod-form-input * Package scheduled for deletion in AUR --- nginx-mod-form-input/.SRCINFO | 16 ------------- nginx-mod-form-input/PKGBUILD | 42 ----------------------------------- 2 files changed, 58 deletions(-) delete mode 100644 nginx-mod-form-input/.SRCINFO delete mode 100644 nginx-mod-form-input/PKGBUILD diff --git a/nginx-mod-form-input/.SRCINFO b/nginx-mod-form-input/.SRCINFO deleted file mode 100644 index 3b32d5d..0000000 --- a/nginx-mod-form-input/.SRCINFO +++ /dev/null @@ -1,16 +0,0 @@ -pkgbase = nginx-mod-form-input - pkgdesc = Nginx module that reads HTTP POST and PUT request body encoded in "application/x-www-form-urlencoded", and parse the arguments in request body into nginx variables. - pkgver = 0.12 - pkgrel = 1 - url = https://github.com/calio/form-input-nginx-module - arch = x86_64 - license = BSD-2-Clause - makedepends = nginx-src - depends = nginx - depends = nginx-mod-ndk - source = https://github.com/vision5/ngx_devel_kit/archive/v0.3.1/ngx_devel_kit-0.3.1.tar.gz - source = https://github.com/calio/form-input-nginx-module/archive/v0.12/form-input-0.12.tar.gz - sha512sums = de1e3349d8dd08e5982279b2219dc8a8006739f0409b8e0f5c50d93434beff1fbafba43e9c5ac85a5fab90afc5c0a7244a340610339c36f82f2cba7233e72de9 - sha512sums = 1c5c5ab74156cac09da44a2dcdd84f7c03c9919a23a847e63613e00e3781ecd73d5ad12446174b4fdef9d064257a31570a8dbcccc00d8266f7048e3dcde0362e - -pkgname = nginx-mod-form-input diff --git a/nginx-mod-form-input/PKGBUILD b/nginx-mod-form-input/PKGBUILD deleted file mode 100644 index 9e4f2ed..0000000 --- a/nginx-mod-form-input/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Maintainer: Manuel Hüsers -# Contributor: Manuel Hüsers - -pkgname=nginx-mod-form-input -pkgver=0.12 -pkgrel=1 - -_modname="${pkgname#nginx-mod-}" -_ndkver='0.3.1' - -pkgdesc='Nginx module that reads HTTP POST and PUT request body encoded in "application/x-www-form-urlencoded", and parse the arguments in request body into nginx variables.' -arch=('x86_64') -depends=('nginx' 'nginx-mod-ndk') -makedepends=('nginx-src') -url="https://github.com/calio/$_modname-nginx-module" -license=('BSD-2-Clause') - -source=( - https://github.com/vision5/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz - https://github.com/calio/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz -) -sha512sums=('de1e3349d8dd08e5982279b2219dc8a8006739f0409b8e0f5c50d93434beff1fbafba43e9c5ac85a5fab90afc5c0a7244a340610339c36f82f2cba7233e72de9' - '1c5c5ab74156cac09da44a2dcdd84f7c03c9919a23a847e63613e00e3781ecd73d5ad12446174b4fdef9d064257a31570a8dbcccc00d8266f7048e3dcde0362e') - -build() { - cp -r /usr/src/nginx . - cd "$srcdir"/nginx - ./configure --with-compat \ - --add-module=../ngx_devel_kit-$_ndkver \ - --add-dynamic-module=../$_modname-nginx-module-$pkgver - make modules -} - -package() { - cd "$srcdir"/nginx/objs - for mod in *.so; do - install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod - done - - install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.md \ - "$pkgdir"/usr/share/licenses/$pkgname/README.md -}