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

Antonio Rojas arojas at archlinux.org
Tue May 3 23:21:35 UTC 2016


    Date: Wednesday, May 4, 2016 @ 01:21:33
  Author: arojas
Revision: 266841

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

Added:
  leafpad/repos/extra-i686/PKGBUILD
    (from rev 266840, leafpad/trunk/PKGBUILD)
  leafpad/repos/extra-x86_64/PKGBUILD
    (from rev 266840, leafpad/trunk/PKGBUILD)
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                    |   54 +++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD          |   28 ---------------------
 extra-i686/leafpad.install   |   12 ---------
 extra-x86_64/PKGBUILD        |   28 ---------------------
 extra-x86_64/leafpad.install |   12 ---------
 5 files changed, 54 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-03 23:20:52 UTC (rev 266840)
+++ extra-i686/PKGBUILD	2016-05-03 23:21:33 UTC (rev 266841)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Link Dupont <link at subpop.net>
-
-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"
-}

Copied: leafpad/repos/extra-i686/PKGBUILD (from rev 266840, leafpad/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-03 23:21:33 UTC (rev 266841)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=leafpad
+pkgver=0.8.18.1
+pkgrel=5
+pkgdesc="A notepad clone for GTK+ 2.0"
+arch=('i686' 'x86_64')
+url="http://tarot.freeshell.org/leafpad/"
+license=('GPL')
+depends=('gtk2')
+makedepends=('intltool')
+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	2016-05-03 23:20:52 UTC (rev 266840)
+++ extra-i686/leafpad.install	2016-05-03 23:21:33 UTC (rev 266841)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-03 23:20:52 UTC (rev 266840)
+++ extra-x86_64/PKGBUILD	2016-05-03 23:21:33 UTC (rev 266841)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Link Dupont <link at subpop.net>
-
-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"
-}

Copied: leafpad/repos/extra-x86_64/PKGBUILD (from rev 266840, leafpad/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-03 23:21:33 UTC (rev 266841)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=leafpad
+pkgver=0.8.18.1
+pkgrel=5
+pkgdesc="A notepad clone for GTK+ 2.0"
+arch=('i686' 'x86_64')
+url="http://tarot.freeshell.org/leafpad/"
+license=('GPL')
+depends=('gtk2')
+makedepends=('intltool')
+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-x86_64/leafpad.install
===================================================================
--- extra-x86_64/leafpad.install	2016-05-03 23:20:52 UTC (rev 266840)
+++ extra-x86_64/leafpad.install	2016-05-03 23:21:33 UTC (rev 266841)
@@ -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
-}



More information about the arch-commits mailing list