Date: Thursday, March 9, 2023 @ 13:53:28 Author: kpcyrd Revision: 1417034
archrelease: copy trunk to community-any Added: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from rev 1417033, gnome-shell-extension-appindicator/trunk/PKGBUILD) Deleted: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-03-09 13:53:11 UTC (rev 1417033) +++ PKGBUILD 2023-03-09 13:53:28 UTC (rev 1417034) @@ -1,32 +0,0 @@ -# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> - -pkgname=gnome-shell-extension-appindicator -pkgver=51 -pkgrel=1 -pkgdesc='AppIndicator/KStatusNotifierItem support for GNOME Shell' -url='https://github.com/ubuntu/gnome-shell-extension-appindicator' -arch=('any') -license=('GPL-2.0-or-later') -depends=('gnome-shell>=3.34') -makedepends=('meson' 'jq') -optdepends=( - 'libappindicator-gtk2: support GTK+2 applications' - 'libappindicator-gtk3: support GTK+3 applications' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ubuntu/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('ab1a9f4b01705137ae9be4df1b6195599df6d2703b9af9215c4e9a98b4ebb5b5') - -build() { - cd "${pkgname}-${pkgver}" - meson --prefix=/usr build/ - ninja -C build/ -} - -package() { - cd "${pkgname}-${pkgver}" - DESTDIR="${pkgdir}" ninja -C build/ install - # this file is generated at pkg install time - rm "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled" -} - -# vim: ts=2 sw=2 et: Copied: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from rev 1417033, gnome-shell-extension-appindicator/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-03-09 13:53:28 UTC (rev 1417034) @@ -0,0 +1,32 @@ +# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> + +pkgname=gnome-shell-extension-appindicator +pkgver=52 +pkgrel=1 +pkgdesc='AppIndicator/KStatusNotifierItem support for GNOME Shell' +url='https://github.com/ubuntu/gnome-shell-extension-appindicator' +arch=('any') +license=('GPL-2.0-or-later') +depends=('gnome-shell>=3.34') +makedepends=('meson' 'jq') +optdepends=( + 'libappindicator-gtk2: support GTK+2 applications' + 'libappindicator-gtk3: support GTK+3 applications' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ubuntu/${pkgname}/archive/v${pkgver}.tar.gz") +sha256sums=('2acc7834ef80bb5bd614734d93a90748f1c860c55e9b190559b2b105078c24ca') + +build() { + cd "${pkgname}-${pkgver}" + meson --prefix=/usr build/ + ninja -C build/ +} + +package() { + cd "${pkgname}-${pkgver}" + DESTDIR="${pkgdir}" ninja -C build/ install + # this file is generated at pkg install time + rm "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled" +} + +# vim: ts=2 sw=2 et: