Date: Tuesday, February 28, 2023 @ 09:56:26 Author: kpcyrd Revision: 1405593
archrelease: copy trunk to community-any Added: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from rev 1405592, 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-02-28 09:56:08 UTC (rev 1405592) +++ PKGBUILD 2023-02-28 09:56:26 UTC (rev 1405593) @@ -1,32 +0,0 @@ -# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> - -pkgname=gnome-shell-extension-appindicator -pkgver=47 -pkgrel=1 -pkgdesc='AppIndicator/KStatusNotifierItem support for GNOME Shell' -url='https://github.com/ubuntu/gnome-shell-extension-appindicator' -arch=('any') -license=('GPL') -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=('77c1e802c7690fe13aa5f0cc2390bb637bef2a554f6340c59e7a2388823b5d5c') - -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 1405592, gnome-shell-extension-appindicator/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-02-28 09:56:26 UTC (rev 1405593) @@ -0,0 +1,32 @@ +# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> + +pkgname=gnome-shell-extension-appindicator +pkgver=48 +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=('7557372bd0e35956c1087472a96a42407ad606bf702feb1e320045a85946b60c') + +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: