[arch-commits] Commit in stalonetray/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jun 7 06:07:53 UTC 2018
Date: Thursday, June 7, 2018 @ 06:07:52
Author: felixonmars
Revision: 341660
archrelease: copy trunk to community-x86_64
Added:
stalonetray/repos/community-x86_64/PKGBUILD
(from rev 341659, stalonetray/trunk/PKGBUILD)
Deleted:
stalonetray/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-07 06:07:31 UTC (rev 341659)
+++ PKGBUILD 2018-06-07 06:07:52 UTC (rev 341660)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=stalonetray
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only."
-arch=('i686' 'x86_64')
-url="http://stalonetray.sourceforge.net"
-license=('GPL')
-depends=('libx11' 'libxpm')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('ae95dbbacc2620e032acea8abab8c9ef')
-
-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
-}
Copied: stalonetray/repos/community-x86_64/PKGBUILD (from rev 341659, stalonetray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-07 06:07:52 UTC (rev 341660)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=stalonetray
+pkgver=0.8.3
+pkgrel=2
+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