[arch-commits] Commit in xpad/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Aug 18 19:09:47 UTC 2018
Date: Saturday, August 18, 2018 @ 19:09:47
Author: bgyorgy
Revision: 372681
archrelease: copy trunk to community-x86_64
Added:
xpad/repos/community-x86_64/PKGBUILD
(from rev 372680, xpad/trunk/PKGBUILD)
Deleted:
xpad/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-18 19:09:43 UTC (rev 372680)
+++ PKGBUILD 2018-08-18 19:09:47 UTC (rev 372681)
@@ -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.0.0
-pkgrel=2
-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{,.asc})
-validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
- '8450BEE19B722715FFDB18C6683EAA45951FC552')
-sha256sums=('6b5673c68faad4afb44aea0ff5d72c7b5d2aef0d00a89980a27ca56f5e9fd10b'
- 'SKIP')
-
-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 372680, xpad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-18 19:09:47 UTC (rev 372681)
@@ -0,0 +1,35 @@
+# $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
+}
More information about the arch-commits
mailing list