[arch-commits] Commit in xpad/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon Aug 7 12:56:37 UTC 2017


    Date: Monday, August 7, 2017 @ 12:56:36
  Author: spupykin
Revision: 249438

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 -------------------
 community-x86_64/PKGBUILD |   27 -------------------
 3 files changed, 62 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-07 12:56:18 UTC (rev 249437)
+++ community-i686/PKGBUILD	2017-08-07 12:56:36 UTC (rev 249438)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-
-pkgname=xpad
-pkgver=4.8.0
-pkgrel=2
-pkgdesc="Stickies-like notes program"
-arch=(i686 x86_64)
-depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
-makedepends=('intltool')
-url="https://launchpad.net/xpad"
-license=('GPL')
-source=(http://launchpad.net/xpad/trunk/${pkgver}/+download/xpad-$pkgver.tar.bz2)
-md5sums=('edb3c9b109bf3f7d5006264eecdbf79f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install helpdir=/usr/share/xpad/help
-}

Copied: xpad/repos/community-i686/PKGBUILD (from rev 249437, xpad/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-07 12:56:36 UTC (rev 249438)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=xpad
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="Stickies-like notes program"
+arch=(i686 x86_64)
+depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
+makedepends=('intltool')
+url="https://launchpad.net/xpad"
+license=('GPL')
+validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
+	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
+source=(https://launchpad.net/xpad/trunk/${pkgver}/+download/xpad-$pkgver.tar.bz2{,.asc})
+sha256sums=('071ae935a6718fa9c94e21651f56c4e2c8f8e5afa1adc0b370b5e8ec5896ea34'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install helpdir=/usr/share/xpad/help
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-07 12:56:18 UTC (rev 249437)
+++ community-x86_64/PKGBUILD	2017-08-07 12:56:36 UTC (rev 249438)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-
-pkgname=xpad
-pkgver=4.8.0
-pkgrel=2
-pkgdesc="Stickies-like notes program"
-arch=(i686 x86_64)
-depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
-makedepends=('intltool')
-url="https://launchpad.net/xpad"
-license=('GPL')
-source=(http://launchpad.net/xpad/trunk/${pkgver}/+download/xpad-$pkgver.tar.bz2)
-md5sums=('edb3c9b109bf3f7d5006264eecdbf79f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install helpdir=/usr/share/xpad/help
-}

Copied: xpad/repos/community-x86_64/PKGBUILD (from rev 249437, xpad/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-07 12:56:36 UTC (rev 249438)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=xpad
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="Stickies-like notes program"
+arch=(i686 x86_64)
+depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
+makedepends=('intltool')
+url="https://launchpad.net/xpad"
+license=('GPL')
+validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
+	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
+source=(https://launchpad.net/xpad/trunk/${pkgver}/+download/xpad-$pkgver.tar.bz2{,.asc})
+sha256sums=('071ae935a6718fa9c94e21651f56c4e2c8f8e5afa1adc0b370b5e8ec5896ea34'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install helpdir=/usr/share/xpad/help
+}



More information about the arch-commits mailing list