[arch-commits] Commit in (4 files)

Jiachen Yang farseerfc at archlinux.org
Fri Feb 5 00:58:26 UTC 2021


    Date: Friday, February 5, 2021 @ 00:58:25
  Author: farseerfc
Revision: 845670

add snorenotify as new depends for qtox

Added:
  snorenotify/
  snorenotify/repos/
  snorenotify/trunk/
  snorenotify/trunk/PKGBUILD

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

Added: snorenotify/trunk/PKGBUILD
===================================================================
--- snorenotify/trunk/PKGBUILD	                        (rev 0)
+++ snorenotify/trunk/PKGBUILD	2021-02-05 00:58:25 UTC (rev 845670)
@@ -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=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
+}



More information about the arch-commits mailing list