[arch-commits] Commit in snorenotify/repos (2 files)
Jiachen Yang
farseerfc at archlinux.org
Fri Feb 5 01:03:11 UTC 2021
Date: Friday, February 5, 2021 @ 01:03:10
Author: farseerfc
Revision: 845671
archrelease: copy trunk to community-x86_64
Added:
snorenotify/repos/community-x86_64/
snorenotify/repos/community-x86_64/PKGBUILD
(from rev 845670, snorenotify/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: snorenotify/repos/community-x86_64/PKGBUILD (from rev 845670, snorenotify/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2021-02-05 01:03:10 UTC (rev 845671)
@@ -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