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

Giovanni Scafora giovanni at archlinux.org
Thu Oct 23 11:38:28 UTC 2014


    Date: Thursday, October 23, 2014 @ 13:38:28
  Author: giovanni
Revision: 121288

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

Added:
  efax-gtk/repos/community-i686/PKGBUILD
    (from rev 121287, efax-gtk/trunk/PKGBUILD)
  efax-gtk/repos/community-i686/efax-gtk.install
    (from rev 121287, efax-gtk/trunk/efax-gtk.install)
  efax-gtk/repos/community-x86_64/PKGBUILD
    (from rev 121287, efax-gtk/trunk/PKGBUILD)
  efax-gtk/repos/community-x86_64/efax-gtk.install
    (from rev 121287, efax-gtk/trunk/efax-gtk.install)
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                         |   66 ++++++++++++++++++++++++++++++++++++
 /efax-gtk.install                 |   22 ++++++++++++
 community-i686/PKGBUILD           |   33 ------------------
 community-i686/efax-gtk.install   |   11 ------
 community-x86_64/PKGBUILD         |   33 ------------------
 community-x86_64/efax-gtk.install |   11 ------
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-23 11:38:19 UTC (rev 121287)
+++ community-i686/PKGBUILD	2014-10-23 11:38:28 UTC (rev 121288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=efax-gtk
-pkgver=3.2.12
-pkgrel=1
-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=('5d38ca4d4c90e0805f2cf8f191177fb6')
-
-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 121287, efax-gtk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-23 11:38:28 UTC (rev 121288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=efax-gtk
+pkgver=3.2.13
+pkgrel=1
+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"
+}

Deleted: community-i686/efax-gtk.install
===================================================================
--- community-i686/efax-gtk.install	2014-10-23 11:38:19 UTC (rev 121287)
+++ community-i686/efax-gtk.install	2014-10-23 11:38:28 UTC (rev 121288)
@@ -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
-}

Copied: efax-gtk/repos/community-i686/efax-gtk.install (from rev 121287, efax-gtk/trunk/efax-gtk.install)
===================================================================
--- community-i686/efax-gtk.install	                        (rev 0)
+++ community-i686/efax-gtk.install	2014-10-23 11:38:28 UTC (rev 121288)
@@ -0,0 +1,11 @@
+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	2014-10-23 11:38:19 UTC (rev 121287)
+++ community-x86_64/PKGBUILD	2014-10-23 11:38:28 UTC (rev 121288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=efax-gtk
-pkgver=3.2.12
-pkgrel=1
-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=('5d38ca4d4c90e0805f2cf8f191177fb6')
-
-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 121287, efax-gtk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-23 11:38:28 UTC (rev 121288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=efax-gtk
+pkgver=3.2.13
+pkgrel=1
+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"
+}

Deleted: community-x86_64/efax-gtk.install
===================================================================
--- community-x86_64/efax-gtk.install	2014-10-23 11:38:19 UTC (rev 121287)
+++ community-x86_64/efax-gtk.install	2014-10-23 11:38:28 UTC (rev 121288)
@@ -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
-}

Copied: efax-gtk/repos/community-x86_64/efax-gtk.install (from rev 121287, efax-gtk/trunk/efax-gtk.install)
===================================================================
--- community-x86_64/efax-gtk.install	                        (rev 0)
+++ community-x86_64/efax-gtk.install	2014-10-23 11:38:28 UTC (rev 121288)
@@ -0,0 +1,11 @@
+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