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

Sergej Pupykin spupykin at archlinux.org
Mon Apr 11 11:53:47 UTC 2016


    Date: Monday, April 11, 2016 @ 13:53:46
  Author: spupykin
Revision: 170421

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

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

-------------------------------+
 /PKGBUILD                     |   56 ++++++++++++++++++++++++++++++++++++++++
 /xpad.install                 |   22 +++++++++++++++
 community-i686/PKGBUILD       |   28 --------------------
 community-i686/xpad.install   |   11 -------
 community-x86_64/PKGBUILD     |   28 --------------------
 community-x86_64/xpad.install |   11 -------
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-11 11:53:28 UTC (rev 170420)
+++ community-i686/PKGBUILD	2016-04-11 11:53:46 UTC (rev 170421)
@@ -1,28 +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.7.0
-pkgrel=1
-pkgdesc="Stickies-like notes program"
-arch=(i686 x86_64)
-depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
-makedepends=('intltool')
-url="http://mterry.name/xpad/"
-license=('GPL')
-install=xpad.install
-source=(http://launchpad.net/xpad/trunk/${pkgver}/+download/xpad-$pkgver.tar.bz2)
-md5sums=('1ba0f0a416a6fe3c592caec4a199e867')
-
-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 170420, xpad/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-11 11:53:46 UTC (rev 170421)
@@ -0,0 +1,28 @@
+# $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=1
+pkgdesc="Stickies-like notes program"
+arch=(i686 x86_64)
+depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
+makedepends=('intltool')
+url="https://launchpad.net/xpad"
+license=('GPL')
+install=xpad.install
+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
+}

Deleted: community-i686/xpad.install
===================================================================
--- community-i686/xpad.install	2016-04-11 11:53:28 UTC (rev 170420)
+++ community-i686/xpad.install	2016-04-11 11:53:46 UTC (rev 170421)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}

Copied: xpad/repos/community-i686/xpad.install (from rev 170420, xpad/trunk/xpad.install)
===================================================================
--- community-i686/xpad.install	                        (rev 0)
+++ community-i686/xpad.install	2016-04-11 11:53:46 UTC (rev 170421)
@@ -0,0 +1,11 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-11 11:53:28 UTC (rev 170420)
+++ community-x86_64/PKGBUILD	2016-04-11 11:53:46 UTC (rev 170421)
@@ -1,28 +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.7.0
-pkgrel=1
-pkgdesc="Stickies-like notes program"
-arch=(i686 x86_64)
-depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
-makedepends=('intltool')
-url="http://mterry.name/xpad/"
-license=('GPL')
-install=xpad.install
-source=(http://launchpad.net/xpad/trunk/${pkgver}/+download/xpad-$pkgver.tar.bz2)
-md5sums=('1ba0f0a416a6fe3c592caec4a199e867')
-
-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 170420, xpad/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-11 11:53:46 UTC (rev 170421)
@@ -0,0 +1,28 @@
+# $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=1
+pkgdesc="Stickies-like notes program"
+arch=(i686 x86_64)
+depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
+makedepends=('intltool')
+url="https://launchpad.net/xpad"
+license=('GPL')
+install=xpad.install
+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
+}

Deleted: community-x86_64/xpad.install
===================================================================
--- community-x86_64/xpad.install	2016-04-11 11:53:28 UTC (rev 170420)
+++ community-x86_64/xpad.install	2016-04-11 11:53:46 UTC (rev 170421)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}

Copied: xpad/repos/community-x86_64/xpad.install (from rev 170420, xpad/trunk/xpad.install)
===================================================================
--- community-x86_64/xpad.install	                        (rev 0)
+++ community-x86_64/xpad.install	2016-04-11 11:53:46 UTC (rev 170421)
@@ -0,0 +1,11 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}



More information about the arch-commits mailing list