[arch-commits] Commit in stalonetray/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:58:33 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:58:33
Author: felixonmars
Revision: 658667
archrelease: copy trunk to community-staging-x86_64
Added:
stalonetray/repos/community-staging-x86_64/
stalonetray/repos/community-staging-x86_64/PKGBUILD
(from rev 658664, stalonetray/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: stalonetray/repos/community-staging-x86_64/PKGBUILD (from rev 658664, stalonetray/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:58:33 UTC (rev 658667)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=stalonetray
+pkgver=0.8.3
+pkgrel=3
+pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only."
+arch=('x86_64')
+url="http://stalonetray.sourceforge.net"
+license=('GPL')
+depends=('libx11' 'libxpm')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha512sums=('b1c50d844b6497b586c1ad56b721675690ea305a4e3a2601ab5305af0e208c215825eefa8fa374ae0c392252156a8dffd5882992c943344f5b6a674fe6553942')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -D -m644 stalonetrayrc.sample "$pkgdir"/etc/stalonetrayrc
+}
More information about the arch-commits
mailing list