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

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 10:58:21
  Author: fyan
Revision: 216213

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

Added:
  leafpad/repos/extra-i686/PKGBUILD
(from rev 216212, leafpad/trunk/PKGBUILD)
  leafpad/repos/extra-i686/leafpad.install
(from rev 216212, leafpad/trunk/leafpad.install)
  leafpad/repos/extra-x86_64/PKGBUILD
(from rev 216212, leafpad/trunk/PKGBUILD)
  leafpad/repos/extra-x86_64/leafpad.install
(from rev 216212, leafpad/trunk/leafpad.install)
Deleted:
  leafpad/repos/extra-i686/PKGBUILD
  leafpad/repos/extra-i686/leafpad.install
  leafpad/repos/extra-x86_64/PKGBUILD
  leafpad/repos/extra-x86_64/leafpad.install

--+
 /PKGBUILD|   56 +
 /leafpad.install |   24 +
 extra-i686/PKGBUILD  |   28 
 extra-i686/leafpad.install   |   12 
 extra-x86_64/PKGBUILD|   28 
 extra-x86_64/leafpad.install |   12 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-02 08:56:49 UTC (rev 216212)
+++ extra-i686/PKGBUILD 2014-07-02 08:58:21 UTC (rev 216213)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Link Dupont 
-
-pkgname=leafpad
-pkgver=0.8.18.1
-pkgrel=3
-pkgdesc="A notepad clone for GTK+ 2.0"
-arch=('i686' 'x86_64')
-url="http://tarot.freeshell.org/leafpad/";
-license=('GPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('intltool')
-install=leafpad.install
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('254a72fc67505e3aa52884c729cd7b97')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-chooser
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  echo 'StartupNotify=true' >> 
"${pkgdir}/usr/share/applications/leafpad.desktop"
-}

Copied: leafpad/repos/extra-i686/PKGBUILD (from rev 216212, 
leafpad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-02 08:58:21 UTC (rev 216213)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Link Dupont 
+
+pkgname=leafpad
+pkgver=0.8.18.1
+pkgrel=4
+pkgdesc="A notepad clone for GTK+ 2.0"
+arch=('i686' 'x86_64')
+url="http://tarot.freeshell.org/leafpad/";
+license=('GPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('intltool')
+install=leafpad.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('254a72fc67505e3aa52884c729cd7b97')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-chooser
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  echo 'StartupNotify=true' >> 
"${pkgdir}/usr/share/applications/leafpad.desktop"
+}

Deleted: extra-i686/leafpad.install
===
--- extra-i686/leafpad.install  2014-07-02 08:56:49 UTC (rev 216212)
+++ extra-i686/leafpad.install  2014-07-02 08:58:21 UTC (rev 216213)
@@ -1,12 +0,0 @@
-post_install() {
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: leafpad/repos/extra-i686/leafpad.install (from rev 216212, 
leafpad/trunk/leafpad.install)
===
--- extra-i686/leafpad.install  (rev 0)
+++ extra-i686/leafpad.install  2014-07-02 08:58:21 UTC (rev 216213)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-02 08:56:49 UTC (rev 216212)
+++ extra-x86_64/PKGBUILD   2014-07-02 08:58:21 UTC (rev 216213)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Link Dupont 
-
-pkgname=leafpad
-pkgver=0.8.18.1
-pkgrel=3
-pkgdesc="A notepad clone for GTK+ 2.0"
-arch=('i686' 'x86_64')
-url="http://tarot.freeshell.org/leafpad/";
-license=('GPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('intltool')
-install=leafpad.install
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('254a72fc67505e3aa52884c729cd7b97')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-chooser
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}"

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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:34:26
  Author: ibiru
Revision: 150844

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

Added:
  leafpad/repos/extra-i686/PKGBUILD
(from rev 150842, leafpad/trunk/PKGBUILD)
  leafpad/repos/extra-i686/leafpad.install
(from rev 150842, leafpad/trunk/leafpad.install)
  leafpad/repos/extra-x86_64/PKGBUILD
(from rev 150843, leafpad/trunk/PKGBUILD)
  leafpad/repos/extra-x86_64/leafpad.install
(from rev 150843, leafpad/trunk/leafpad.install)
Deleted:
  leafpad/repos/extra-i686/PKGBUILD
  leafpad/repos/extra-i686/leafpad.install
  leafpad/repos/extra-x86_64/PKGBUILD
  leafpad/repos/extra-x86_64/leafpad.install

--+
 extra-i686/PKGBUILD  |   56 -
 extra-i686/leafpad.install   |   24 -
 extra-x86_64/PKGBUILD|   56 -
 extra-x86_64/leafpad.install |   24 -
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 12:34:17 UTC (rev 150843)
+++ extra-i686/PKGBUILD 2012-02-23 12:34:26 UTC (rev 150844)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Link Dupont 
-
-pkgname=leafpad
-pkgver=0.8.18.1
-pkgrel=2
-pkgdesc="A notepad clone for GTK+ 2.0"
-arch=('i686' 'x86_64')
-url="http://tarot.freeshell.org/leafpad/";
-license=('GPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('intltool')
-install=leafpad.install
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('254a72fc67505e3aa52884c729cd7b97')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-chooser
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  echo 'StartupNotify=true' >> 
"${pkgdir}/usr/share/applications/leafpad.desktop"
-}

Copied: leafpad/repos/extra-i686/PKGBUILD (from rev 150842, 
leafpad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 12:34:26 UTC (rev 150844)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Link Dupont 
+
+pkgname=leafpad
+pkgver=0.8.18.1
+pkgrel=3
+pkgdesc="A notepad clone for GTK+ 2.0"
+arch=('i686' 'x86_64')
+url="http://tarot.freeshell.org/leafpad/";
+license=('GPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('intltool')
+install=leafpad.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('254a72fc67505e3aa52884c729cd7b97')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-chooser
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  echo 'StartupNotify=true' >> 
"${pkgdir}/usr/share/applications/leafpad.desktop"
+}

Deleted: extra-i686/leafpad.install
===
--- extra-i686/leafpad.install  2012-02-23 12:34:17 UTC (rev 150843)
+++ extra-i686/leafpad.install  2012-02-23 12:34:26 UTC (rev 150844)
@@ -1,12 +0,0 @@
-post_install() {
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: leafpad/repos/extra-i686/leafpad.install (from rev 150842, 
leafpad/trunk/leafpad.install)
===
--- extra-i686/leafpad.install  (rev 0)
+++ extra-i686/leafpad.install  2012-02-23 12:34:26 UTC (rev 150844)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 12:34:17 UTC (rev 150843)
+++ extra-x86_64/PKGBUILD   2012-02-23 12:34:26 UTC (rev 150844)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Link Dupont 
-
-pkgname=leafpad
-pkgver=0.8.18.1
-pkgrel=2
-pkgdesc="A notepad clone for GTK+ 2.0"
-arch=('i686' 'x86_64')
-url="http://tarot.freeshell.org/leafpad/";
-license=('GPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('intltool')
-install=leafpad.install
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('254a72fc67505e3aa52884c729cd7b97')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-chooser
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  echo 'StartupNotify=true' >> 
"${pkgdir}/usr/share/applic