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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 13:48:23 UTC 2022


    Date: Saturday, April 23, 2022 @ 13:48:23
  Author: arojas
Revision: 1187624

archrelease: copy trunk to community-x86_64

Added:
  snorenotify/repos/community-x86_64/PKGBUILD
    (from rev 1187623, snorenotify/trunk/PKGBUILD)
Deleted:
  snorenotify/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 13:48:12 UTC (rev 1187623)
+++ PKGBUILD	2022-04-23 13:48:23 UTC (rev 1187624)
@@ -1,27 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at archinux.org>
-# AUR Maintainer: Jaroslav Lichtblau <dragonlord at aur.archinux.org>
-
-pkgname=snorenotify
-pkgver=0.7.0
-pkgrel=4
-pkgdesc='Multi-platform Qt5 notification framework'
-arch=('i686' 'x86_64')
-url='https://github.com/Snorenotify/Snorenotify'
-license=('LGPL3')
-depends=('qt5-base' 'hicolor-icon-theme')
-makedepends=('cmake' 'doxygen' 'extra-cmake-modules')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Snorenotify/Snorenotify/archive/v$pkgver.tar.gz)
-sha256sums=('2e3f5fbb80ab993f6149136cd9a14c2de66f48cabce550dead167a9448f5bed9')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake -DWITH_QT4=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: snorenotify/repos/community-x86_64/PKGBUILD (from rev 1187623, snorenotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 13:48:23 UTC (rev 1187624)
@@ -0,0 +1,27 @@
+# Maintainer: Jiachen YANG <farseerfc at archinux.org>
+# AUR Maintainer: Jaroslav Lichtblau <dragonlord at aur.archinux.org>
+
+pkgname=snorenotify
+pkgver=0.7.0
+pkgrel=5
+pkgdesc='Multi-platform Qt5 notification framework'
+arch=('i686' 'x86_64')
+url='https://github.com/Snorenotify/Snorenotify'
+license=('LGPL3')
+depends=('qt5-base' 'hicolor-icon-theme')
+makedepends=('cmake' 'doxygen' 'extra-cmake-modules')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Snorenotify/Snorenotify/archive/v$pkgver.tar.gz)
+sha256sums=('2e3f5fbb80ab993f6149136cd9a14c2de66f48cabce550dead167a9448f5bed9')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake -DWITH_QT4=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list