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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 08:08:31 UTC 2015


    Date: Monday, December 7, 2015 @ 09:08:30
  Author: bpiotrowski
Revision: 149747

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

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

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

Copied: efax-gtk/repos/community-staging-i686/PKGBUILD (from rev 149746, efax-gtk/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 08:08:30 UTC (rev 149747)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=efax-gtk
+pkgver=3.2.13
+pkgrel=2
+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-staging-i686/efax-gtk.install (from rev 149746, efax-gtk/trunk/efax-gtk.install)
===================================================================
--- community-staging-i686/efax-gtk.install	                        (rev 0)
+++ community-staging-i686/efax-gtk.install	2015-12-07 08:08:30 UTC (rev 149747)
@@ -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
+}

Copied: efax-gtk/repos/community-staging-x86_64/PKGBUILD (from rev 149746, efax-gtk/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 08:08:30 UTC (rev 149747)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=efax-gtk
+pkgver=3.2.13
+pkgrel=2
+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-staging-x86_64/efax-gtk.install (from rev 149746, efax-gtk/trunk/efax-gtk.install)
===================================================================
--- community-staging-x86_64/efax-gtk.install	                        (rev 0)
+++ community-staging-x86_64/efax-gtk.install	2015-12-07 08:08:30 UTC (rev 149747)
@@ -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