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

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 23:20:39 UTC 2016


    Date: Thursday, April 28, 2016 @ 01:20:39
  Author: spupykin
Revision: 172358

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

Added:
  xpad/repos/community-i686/PKGBUILD
    (from rev 172357, xpad/trunk/PKGBUILD)
  xpad/repos/community-x86_64/PKGBUILD
    (from rev 172357, xpad/trunk/PKGBUILD)
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                     |   54 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   28 --------------------
 community-i686/xpad.install   |   11 --------
 community-x86_64/PKGBUILD     |   28 --------------------
 community-x86_64/xpad.install |   11 --------
 5 files changed, 54 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 23:20:24 UTC (rev 172357)
+++ community-i686/PKGBUILD	2016-04-27 23:20:39 UTC (rev 172358)
@@ -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.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
-}

Copied: xpad/repos/community-i686/PKGBUILD (from rev 172357, xpad/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 23:20:39 UTC (rev 172358)
@@ -0,0 +1,27 @@
+# $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
+}

Deleted: community-i686/xpad.install
===================================================================
--- community-i686/xpad.install	2016-04-27 23:20:24 UTC (rev 172357)
+++ community-i686/xpad.install	2016-04-27 23:20:39 UTC (rev 172358)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 23:20:24 UTC (rev 172357)
+++ community-x86_64/PKGBUILD	2016-04-27 23:20:39 UTC (rev 172358)
@@ -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.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
-}

Copied: xpad/repos/community-x86_64/PKGBUILD (from rev 172357, xpad/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 23:20:39 UTC (rev 172358)
@@ -0,0 +1,27 @@
+# $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
+}

Deleted: community-x86_64/xpad.install
===================================================================
--- community-x86_64/xpad.install	2016-04-27 23:20:24 UTC (rev 172357)
+++ community-x86_64/xpad.install	2016-04-27 23:20:39 UTC (rev 172358)
@@ -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
-}



More information about the arch-commits mailing list