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

Sergej Pupykin spupykin at archlinux.org
Mon Aug 14 08:59:39 UTC 2017


    Date: Monday, August 14, 2017 @ 08:59:39
  Author: spupykin
Revision: 250256

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-14 08:59:21 UTC (rev 250255)
+++ community-i686/PKGBUILD	2017-08-14 08:59:39 UTC (rev 250256)
@@ -1,31 +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.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
-}

Copied: xpad/repos/community-i686/PKGBUILD (from rev 250255, xpad/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-14 08:59:39 UTC (rev 250256)
@@ -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=5.0.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=('6b5673c68faad4afb44aea0ff5d72c7b5d2aef0d00a89980a27ca56f5e9fd10b'
+            '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-14 08:59:21 UTC (rev 250255)
+++ community-x86_64/PKGBUILD	2017-08-14 08:59:39 UTC (rev 250256)
@@ -1,31 +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.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
-}

Copied: xpad/repos/community-x86_64/PKGBUILD (from rev 250255, xpad/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-14 08:59:39 UTC (rev 250256)
@@ -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=5.0.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=('6b5673c68faad4afb44aea0ff5d72c7b5d2aef0d00a89980a27ca56f5e9fd10b'
+            '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