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

Antonio Rojas arojas at archlinux.org
Sat May 7 17:04:11 UTC 2016


    Date: Saturday, May 7, 2016 @ 19:04:11
  Author: arojas
Revision: 174207

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

Added:
  efax-gtk/repos/community-i686/PKGBUILD
    (from rev 174206, efax-gtk/trunk/PKGBUILD)
  efax-gtk/repos/community-x86_64/PKGBUILD
    (from rev 174206, efax-gtk/trunk/PKGBUILD)
Deleted:
  efax-gtk/repos/community-i686/PKGBUILD
  efax-gtk/repos/community-i686/efax-gtk.install
  efax-gtk/repos/community-x86_64/PKGBUILD
  efax-gtk/repos/community-x86_64/efax-gtk.install

-----------------------------------+
 /PKGBUILD                         |   64 ++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD           |   33 ------------------
 community-i686/efax-gtk.install   |   11 ------
 community-x86_64/PKGBUILD         |   33 ------------------
 community-x86_64/efax-gtk.install |   11 ------
 5 files changed, 64 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-07 17:03:38 UTC (rev 174206)
+++ community-i686/PKGBUILD	2016-05-07 17:04:11 UTC (rev 174207)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=efax-gtk
-pkgver=3.2.13
-pkgrel=3
-pkgdesc="A GUI front end for the 'efax' fax program"
-arch=('i686' 'x86_64')
-url="http://efax-gtk.sourceforge.net/"
-license=('GPL')
-depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
-makedepends=('pkg-config')
-optdepends=('heirloom-mailx: to use the mail_fax script')
-backup=('etc/efax-gtkrc')
-install=efax-gtk.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz")
-md5sums=('87cfd9c0894080690474d2696782f79d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --with-spooldir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -m 755 mail_fax print_fax "${pkgdir}/usr/bin"
-}

Copied: efax-gtk/repos/community-i686/PKGBUILD (from rev 174206, efax-gtk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-07 17:04:11 UTC (rev 174207)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=efax-gtk
+pkgver=3.2.13
+pkgrel=4
+pkgdesc="A GUI front end for the 'efax' fax program"
+arch=('i686' 'x86_64')
+url="http://efax-gtk.sourceforge.net/"
+license=('GPL')
+depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
+makedepends=('pkg-config')
+optdepends=('heirloom-mailx: to use the mail_fax script')
+backup=('etc/efax-gtkrc')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz")
+md5sums=('87cfd9c0894080690474d2696782f79d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --with-spooldir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -m 755 mail_fax print_fax "${pkgdir}/usr/bin"
+}

Deleted: community-i686/efax-gtk.install
===================================================================
--- community-i686/efax-gtk.install	2016-05-07 17:03:38 UTC (rev 174206)
+++ community-i686/efax-gtk.install	2016-05-07 17:04:11 UTC (rev 174207)
@@ -1,11 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-07 17:03:38 UTC (rev 174206)
+++ community-x86_64/PKGBUILD	2016-05-07 17:04:11 UTC (rev 174207)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=efax-gtk
-pkgver=3.2.13
-pkgrel=3
-pkgdesc="A GUI front end for the 'efax' fax program"
-arch=('i686' 'x86_64')
-url="http://efax-gtk.sourceforge.net/"
-license=('GPL')
-depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
-makedepends=('pkg-config')
-optdepends=('heirloom-mailx: to use the mail_fax script')
-backup=('etc/efax-gtkrc')
-install=efax-gtk.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz")
-md5sums=('87cfd9c0894080690474d2696782f79d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --with-spooldir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -m 755 mail_fax print_fax "${pkgdir}/usr/bin"
-}

Copied: efax-gtk/repos/community-x86_64/PKGBUILD (from rev 174206, efax-gtk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-07 17:04:11 UTC (rev 174207)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=efax-gtk
+pkgver=3.2.13
+pkgrel=4
+pkgdesc="A GUI front end for the 'efax' fax program"
+arch=('i686' 'x86_64')
+url="http://efax-gtk.sourceforge.net/"
+license=('GPL')
+depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
+makedepends=('pkg-config')
+optdepends=('heirloom-mailx: to use the mail_fax script')
+backup=('etc/efax-gtkrc')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz")
+md5sums=('87cfd9c0894080690474d2696782f79d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --with-spooldir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -m 755 mail_fax print_fax "${pkgdir}/usr/bin"
+}

Deleted: community-x86_64/efax-gtk.install
===================================================================
--- community-x86_64/efax-gtk.install	2016-05-07 17:03:38 UTC (rev 174206)
+++ community-x86_64/efax-gtk.install	2016-05-07 17:04:11 UTC (rev 174207)
@@ -1,11 +0,0 @@
-post_install() {
-   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