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

Balló György bgyorgy at archlinux.org
Tue Dec 11 14:04:47 UTC 2018


    Date: Tuesday, December 11, 2018 @ 14:04:46
  Author: bgyorgy
Revision: 415337

archrelease: copy trunk to community-x86_64

Added:
  xpad/repos/community-x86_64/PKGBUILD
    (from rev 415336, xpad/trunk/PKGBUILD)
Deleted:
  xpad/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 14:04:42 UTC (rev 415336)
+++ PKGBUILD	2018-12-11 14:04:46 UTC (rev 415337)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-
-pkgname=xpad
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="Stickies-like notes application"
-arch=('x86_64')
-depends=('gtksourceview3' 'libsm')
-makedepends=('intltool')
-url="https://launchpad.net/xpad"
-license=('GPL3')
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-# Unknown key
-#validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
-#	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
-sha256sums=('83567c9ad4790fba4cd67552dd369ba778e6b5941963ab67719037f3502f0f50')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xpad/repos/community-x86_64/PKGBUILD (from rev 415336, xpad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-11 14:04:46 UTC (rev 415337)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=xpad
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Stickies-like notes application"
+arch=('x86_64')
+depends=('gtksourceview3' 'libsm')
+makedepends=('intltool')
+url="https://launchpad.net/xpad"
+license=('GPL3')
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+# Unknown key
+#validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
+#	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
+sha256sums=('53464f911e45d154f0a41c0203ed2596da3dee1e8a4b99c2a7a77c37de1e63a9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list