[arch-commits] Commit in xine-ui/repos (6 files)

Antonio Rojas arojas at archlinux.org
Fri May 6 19:00:06 UTC 2016


    Date: Friday, May 6, 2016 @ 21:00:05
  Author: arojas
Revision: 267048

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

Added:
  xine-ui/repos/extra-i686/PKGBUILD
    (from rev 267047, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/extra-x86_64/PKGBUILD
    (from rev 267047, xine-ui/trunk/PKGBUILD)
Deleted:
  xine-ui/repos/extra-i686/PKGBUILD
  xine-ui/repos/extra-i686/xine-ui.install
  xine-ui/repos/extra-x86_64/PKGBUILD
  xine-ui/repos/extra-x86_64/xine-ui.install

------------------------------+
 /PKGBUILD                    |   54 +++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD          |   28 ---------------------
 extra-i686/xine-ui.install   |   13 ---------
 extra-x86_64/PKGBUILD        |   28 ---------------------
 extra-x86_64/xine-ui.install |   13 ---------
 5 files changed, 54 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-06 18:59:36 UTC (rev 267047)
+++ extra-i686/PKGBUILD	2016-05-06 19:00:05 UTC (rev 267048)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xine-ui
-pkgver=0.99.9
-pkgrel=1
-pkgdesc="A free video player for Unix"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.xine-project.org"
-depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc-utils' 'xdg-utils'
-         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-options=('!strip')
-install=xine-ui.install
-source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('d4f4c17e93d984faa14e363db1320bf9cea7ebaf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-    --with-x --enable-lirc --without-aalib --enable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install
-}

Copied: xine-ui/repos/extra-i686/PKGBUILD (from rev 267047, xine-ui/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-06 19:00:05 UTC (rev 267048)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xine-ui
+pkgver=0.99.9
+pkgrel=2
+pkgdesc="A free video player for Unix"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.xine-project.org"
+depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc' 'xdg-utils'
+         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+options=('!strip')
+source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('d4f4c17e93d984faa14e363db1320bf9cea7ebaf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --with-x --enable-lirc --without-aalib --enable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install
+}

Deleted: extra-i686/xine-ui.install
===================================================================
--- extra-i686/xine-ui.install	2016-05-06 18:59:36 UTC (rev 267047)
+++ extra-i686/xine-ui.install	2016-05-06 19:00:05 UTC (rev 267048)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-06 18:59:36 UTC (rev 267047)
+++ extra-x86_64/PKGBUILD	2016-05-06 19:00:05 UTC (rev 267048)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xine-ui
-pkgver=0.99.9
-pkgrel=1
-pkgdesc="A free video player for Unix"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.xine-project.org"
-depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc-utils' 'xdg-utils'
-         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-options=('!strip')
-install=xine-ui.install
-source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('d4f4c17e93d984faa14e363db1320bf9cea7ebaf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-    --with-x --enable-lirc --without-aalib --enable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install
-}

Copied: xine-ui/repos/extra-x86_64/PKGBUILD (from rev 267047, xine-ui/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-06 19:00:05 UTC (rev 267048)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xine-ui
+pkgver=0.99.9
+pkgrel=2
+pkgdesc="A free video player for Unix"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.xine-project.org"
+depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc' 'xdg-utils'
+         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+options=('!strip')
+source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('d4f4c17e93d984faa14e363db1320bf9cea7ebaf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --with-x --enable-lirc --without-aalib --enable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install
+}

Deleted: extra-x86_64/xine-ui.install
===================================================================
--- extra-x86_64/xine-ui.install	2016-05-06 18:59:36 UTC (rev 267047)
+++ extra-x86_64/xine-ui.install	2016-05-06 19:00:05 UTC (rev 267048)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list