[arch-commits] Commit in arch-audit-gtk/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at archlinux.org
Wed Apr 14 21:40:57 UTC 2021


    Date: Wednesday, April 14, 2021 @ 21:40:55
  Author: kpcyrd
Revision: 918922

archrelease: copy trunk to community-x86_64

Added:
  arch-audit-gtk/repos/community-x86_64/PKGBUILD
    (from rev 918921, arch-audit-gtk/trunk/PKGBUILD)
Deleted:
  arch-audit-gtk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 46 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 21:40:37 UTC (rev 918921)
+++ PKGBUILD	2021-04-14 21:40:55 UTC (rev 918922)
@@ -1,43 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=arch-audit-gtk
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Arch Linux Security Update Notifications'
-url='https://github.com/kpcyrd/arch-audit-gtk'
-arch=('x86_64')
-license=('GPL3')
-depends=('arch-audit' 'libappindicator-gtk3')
-optdepends=(
-  'gnome-shell-extension-appindicator: support for gnome3'
-)
-makedepends=('cargo' 'clang' 'llvm')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('73868b8b9ec7774025923e28f3f55a114744249eca747dd2a1262b3cc87f520c2a5b75023481c85dbf7c67bd5383b9c11949ea9df682891688316d73d96e3ee4'
-            'SKIP')
-b2sums=('29c060468c1ad4191d6bb788f76512c0edaba9469e551ac77b8d05e51f77e7f233778a8aa025fa788d6200d0027b8b4fd91e4f2bbd5e9fe5a7f3b1a33e7219a5'
-        'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 icons/*.svg -t "${pkgdir}/usr/share/arch-audit-gtk/icons"
-  install -Dm 644 contrib/arch-audit-gtk.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/arch-audit-gtk.conf"
-  install -Dm 644 contrib/arch-audit-gtk.hook "${pkgdir}/usr/share/libalpm/hooks/arch-audit-gtk.hook"
-  install -Dm 644 contrib/arch-audit-gtk.desktop -t "${pkgdir}/etc/xdg/autostart"
-}
-
-# vim: ts=2 sw=2 et:

Copied: arch-audit-gtk/repos/community-x86_64/PKGBUILD (from rev 918921, arch-audit-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-14 21:40:55 UTC (rev 918922)
@@ -0,0 +1,46 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=arch-audit-gtk
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Arch Linux Security Update Notifications'
+url='https://github.com/kpcyrd/arch-audit-gtk'
+arch=('x86_64')
+license=('GPL3')
+depends=('arch-audit' 'libappindicator-gtk3')
+optdepends=(
+  'gnome-shell-extension-appindicator: support for gnome3'
+)
+makedepends=('cargo' 'clang' 'llvm')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+        https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('e66ae1ff1ab5f5e10ef2a7e126302a1a37f15f10711b82b123be0146b705cd1b72800e81c138cf396288c5a7b193d078a4023bd90c9d30b359a3ac6b4419a442'
+            'SKIP')
+b2sums=('67b595febd920258a2f456864a31397710e5806c931c2225d2f0ebc65455256561ef9beee438ea68661e3a6cd12bfb7db23e5f50d8dd42ffd68a8ba3f9473817'
+        'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+
+  install -d "${pkgdir}/usr/share/arch-audit-gtk/"
+  cp -R icons/ "${pkgdir}/usr/share/arch-audit-gtk/icons"
+
+  install -Dm 644 contrib/arch-audit-gtk.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/arch-audit-gtk.conf"
+  install -Dm 644 contrib/arch-audit-gtk.hook "${pkgdir}/usr/share/libalpm/hooks/arch-audit-gtk.hook"
+  install -Dm 644 contrib/arch-audit-gtk.desktop -t "${pkgdir}/etc/xdg/autostart"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list