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

Antonio Rojas arojas at archlinux.org
Mon Sep 7 10:22:01 UTC 2015


    Date: Monday, September 7, 2015 @ 12:22:00
  Author: arojas
Revision: 139459

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

Added:
  kaffeine/repos/community-i686/PKGBUILD
    (from rev 139458, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-i686/kaffeine.install
    (from rev 139458, kaffeine/trunk/kaffeine.install)
  kaffeine/repos/community-x86_64/PKGBUILD
    (from rev 139458, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-x86_64/kaffeine.install
    (from rev 139458, kaffeine/trunk/kaffeine.install)
Deleted:
  kaffeine/repos/community-i686/PKGBUILD
  kaffeine/repos/community-i686/kaffeine.install
  kaffeine/repos/community-x86_64/PKGBUILD
  kaffeine/repos/community-x86_64/kaffeine.install

-----------------------------------+
 /PKGBUILD                         |   68 ++++++++++++++++++++++++++++++++++++
 /kaffeine.install                 |   24 ++++++++++++
 community-i686/PKGBUILD           |   34 ------------------
 community-i686/kaffeine.install   |   12 ------
 community-x86_64/PKGBUILD         |   34 ------------------
 community-x86_64/kaffeine.install |   12 ------
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-09-07 10:21:06 UTC (rev 139458)
+++ community-i686/PKGBUILD	2015-09-07 10:22:00 UTC (rev 139459)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kaffeine
-pkgver=1.3
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org"
-depends=(kdebase-runtime vlc)
-makedepends=(cmake automoc4)
-install=kaffeine.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
-md5sums=('4b20f3caeae716494f777e37d7a6571c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 139458, kaffeine/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-09-07 10:22:00 UTC (rev 139459)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kaffeine
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org"
+depends=(kdebase-runtime vlc)
+makedepends=(cmake automoc4)
+install=kaffeine.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
+md5sums=('f2308cf7abf5ec7ad5c724593594c198')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/kaffeine.install
===================================================================
--- community-i686/kaffeine.install	2015-09-07 10:21:06 UTC (rev 139458)
+++ community-i686/kaffeine.install	2015-09-07 10:22:00 UTC (rev 139459)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kaffeine/repos/community-i686/kaffeine.install (from rev 139458, kaffeine/trunk/kaffeine.install)
===================================================================
--- community-i686/kaffeine.install	                        (rev 0)
+++ community-i686/kaffeine.install	2015-09-07 10:22:00 UTC (rev 139459)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-09-07 10:21:06 UTC (rev 139458)
+++ community-x86_64/PKGBUILD	2015-09-07 10:22:00 UTC (rev 139459)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kaffeine
-pkgver=1.3
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org"
-depends=(kdebase-runtime vlc)
-makedepends=(cmake automoc4)
-install=kaffeine.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
-md5sums=('4b20f3caeae716494f777e37d7a6571c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-x86_64/PKGBUILD (from rev 139458, kaffeine/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-09-07 10:22:00 UTC (rev 139459)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kaffeine
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org"
+depends=(kdebase-runtime vlc)
+makedepends=(cmake automoc4)
+install=kaffeine.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
+md5sums=('f2308cf7abf5ec7ad5c724593594c198')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/kaffeine.install
===================================================================
--- community-x86_64/kaffeine.install	2015-09-07 10:21:06 UTC (rev 139458)
+++ community-x86_64/kaffeine.install	2015-09-07 10:22:00 UTC (rev 139459)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kaffeine/repos/community-x86_64/kaffeine.install (from rev 139458, kaffeine/trunk/kaffeine.install)
===================================================================
--- community-x86_64/kaffeine.install	                        (rev 0)
+++ community-x86_64/kaffeine.install	2015-09-07 10:22:00 UTC (rev 139459)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list