[arch-commits] Commit in sbxkb/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:07:43 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:07:42
Author: felixonmars
Revision: 659126
archrelease: copy trunk to community-staging-x86_64
Added:
sbxkb/repos/community-staging-x86_64/
sbxkb/repos/community-staging-x86_64/PKGBUILD
(from rev 659125, sbxkb/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: sbxkb/repos/community-staging-x86_64/PKGBUILD (from rev 659125, sbxkb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:07:42 UTC (rev 659126)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=sbxkb
+pkgver=0.7.6
+pkgrel=4
+pkgdesc="Simple tray XKB indicator"
+arch=('x86_64')
+license=('GPL2')
+url="http://downloads.sourceforge.net/project/staybox"
+depends=('gtk2')
+makedepends=('pkgconfig')
+source=(https://downloads.sourceforge.net/project/staybox/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('d43cff3014f566e47080ea828910f2ab856d28dce5cc7a526726a4f1666cc9fca8dcc7616b40d91e405e1db3b8d6373bbb97d96e6e36f496d9047f37328b04dc')
+
+build() {
+ cd "$srcdir"/${pkgname}-${pkgver}
+ export LDFLAGS=-lX11
+ ./configure --sysconfdir=/etc --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/${pkgname}-${pkgver}
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list