From f0eb4cee2fec296b064dfccddf63f14edbe4aafb Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 28 Oct 2020 08:56:51 +0100 Subject: [PATCH] geany-plugins: port to hooks --- mingw-w64-geany-plugins/PKGBUILD | 4 ++-- mingw-w64-geany-plugins/geany-plugins-i686.install | 11 ----------- mingw-w64-geany-plugins/geany-plugins-x86_64.install | 11 ----------- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 mingw-w64-geany-plugins/geany-plugins-i686.install delete mode 100644 mingw-w64-geany-plugins/geany-plugins-x86_64.install diff --git a/mingw-w64-geany-plugins/PKGBUILD b/mingw-w64-geany-plugins/PKGBUILD index ac432ed30d..ab82ef5052 100644 --- a/mingw-w64-geany-plugins/PKGBUILD +++ b/mingw-w64-geany-plugins/PKGBUILD @@ -8,7 +8,7 @@ _realname=geany-plugins pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.37.0 -pkgrel=1 +pkgrel=2 pkgdesc='Plugins for Geany (mingw-w64)' arch=('any') url='https://plugins.geany.org/' @@ -22,6 +22,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-geany>=${pkgver}" "${MINGW_PACKAGE_PREFIX}-lua51" "${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-libgit2" + "${MINGW_PACKAGE_PREFIX}-gtk-update-icon-cache" "${MINGW_PACKAGE_PREFIX}-hicolor-icon-theme") makedepends=('intltool' "${MINGW_PACKAGE_PREFIX}-vala" @@ -29,7 +30,6 @@ makedepends=('intltool' "${MINGW_PACKAGE_PREFIX}-gcc") # "${MINGW_PACKAGE_PREFIX}-cppcheck") # optdepends=("${MINGW_PACKAGE_PREFIX}-hspell: hebrew spell checker") -install="${_realname}-${CARCH}.install" source=(#"https://plugins.geany.org/${_realname}/${_realname}-${pkgver}.tar.bz2" ${_realname}-${pkgver}.tar.gz::https://github.com/geany/geany-plugins/archive/${pkgver}.tar.gz 001-no-undefined.patch) diff --git a/mingw-w64-geany-plugins/geany-plugins-i686.install b/mingw-w64-geany-plugins/geany-plugins-i686.install deleted file mode 100644 index da50a72875..0000000000 --- a/mingw-w64-geany-plugins/geany-plugins-i686.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - mingw32/bin/gtk-update-icon-cache -q -t -f mingw32/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/mingw-w64-geany-plugins/geany-plugins-x86_64.install b/mingw-w64-geany-plugins/geany-plugins-x86_64.install deleted file mode 100644 index 4a2bb1bb75..0000000000 --- a/mingw-w64-geany-plugins/geany-plugins-x86_64.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - mingw64/bin/gtk-update-icon-cache -q -t -f mingw64/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}