[arch-commits] Commit in xfburn/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Dec 14 13:23:51 UTC 2017


    Date: Thursday, December 14, 2017 @ 13:23:50
  Author: foutrelis
Revision: 312660

archrelease: copy trunk to extra-x86_64

Added:
  xfburn/repos/extra-x86_64/PKGBUILD
    (from rev 312659, xfburn/trunk/PKGBUILD)
Deleted:
  xfburn/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-14 13:23:41 UTC (rev 312659)
+++ PKGBUILD	2017-12-14 13:23:50 UTC (rev 312660)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
-# Contributor: Alois Nespor alois.nespor at gmail.com
-
-pkgname=xfburn
-pkgver=0.5.4
-pkgrel=3
-pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfburn"
-license=('GPL')
-depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
-         'libgudev' 'desktop-file-utils')
-makedepends=('intltool')
-groups=('xfce4-goodies')
-source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --enable-gstreamer \
-    --disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfburn/repos/extra-x86_64/PKGBUILD (from rev 312659, xfburn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-14 13:23:50 UTC (rev 312660)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
+# Contributor: Alois Nespor alois.nespor at gmail.com
+
+pkgname=xfburn
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfburn"
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
+         'libgudev' 'desktop-file-utils')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aa173aa8a6c0887a4b236aee3753760e943f3e2be99af1f2d5343a6df345ade1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-gstreamer \
+    --disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list