Date: Wednesday, March 15, 2023 @ 11:56:33
Author: kpcyrd
Revision: 1420665
archrelease: copy trunk to community-any
Added:
gnome-shell-extension-appindicator/repos/community-any/PKGBUILD
(from rev 1420664, 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-15 11:56:15 UTC (rev 1420664)
+++ PKGBUILD 2023-03-15 11:56:33 UTC (rev 1420665)
@@ -1,32 +0,0 @@
-# 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:
Copied: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from
rev 1420664, gnome-shell-extension-appindicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-15 11:56:33 UTC (rev 1420665)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=gnome-shell-extension-appindicator
+pkgver=53
+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=('a1f26e70f651bd05be5e90f0b1f62446861fc191a50452813a960502947f2d52')
+
+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: