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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 8 01:14:48 UTC 2020


    Date: Sunday, March 8, 2020 @ 01:14:47
  Author: foutrelis
Revision: 376934

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 01:14:43 UTC (rev 376933)
+++ PKGBUILD	2020-03-08 01:14:47 UTC (rev 376934)
@@ -1,34 +0,0 @@
-# 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.6.1
-pkgrel=1
-pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
-arch=('x86_64')
-url="https://goodies.xfce.org/projects/applications/xfburn"
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('libburn' 'libisofs' 'gtk3' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
-         'libgudev' 'desktop-file-utils')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b3772b103a89652f7cc06751ec667d34da9344b22bb15ed623c1d8e46851b379')
-
-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 376933, xfburn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-08 01:14:47 UTC (rev 376934)
@@ -0,0 +1,34 @@
+# 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.6.2
+pkgrel=1
+pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/xfburn"
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('libburn' 'libisofs' 'gtk3' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
+         'libgudev' 'desktop-file-utils')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('83416e132e9bb31cd52fdc41460f96efa9ed57a290ec65f09714b83bb3d00327')
+
+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