[arch-commits] Commit in sbxkb/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 5 17:13:44 UTC 2018


    Date: Tuesday, June 5, 2018 @ 17:13:44
  Author: felixonmars
Revision: 340554

archrelease: copy trunk to community-x86_64

Added:
  sbxkb/repos/community-x86_64/PKGBUILD
    (from rev 340553, sbxkb/trunk/PKGBUILD)
Deleted:
  sbxkb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 17:13:30 UTC (rev 340553)
+++ PKGBUILD	2018-06-05 17:13:44 UTC (rev 340554)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=sbxkb
-pkgver=0.7.6
-pkgrel=2
-pkgdesc="Simple tray XKB indicator"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://downloads.sourceforge.net/project/staybox"
-depends=('gtk2')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/project/staybox/${pkgname}-${pkgver}.tar.gz)
-md5sums=('25dc697817a2952a4468c5d2a2f206d2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export LDFLAGS=-lX11
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sbxkb/repos/community-x86_64/PKGBUILD (from rev 340553, sbxkb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 17:13:44 UTC (rev 340554)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=sbxkb
+pkgver=0.7.6
+pkgrel=3
+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