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

Felix Yan fyan at archlinux.org
Wed Apr 27 17:21:57 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:21:57
  Author: fyan
Revision: 172119

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

Added:
  kaffeine/repos/community-i686/PKGBUILD
    (from rev 172117, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-i686/include-CheckIncludeFiles.patch
    (from rev 172117, kaffeine/trunk/include-CheckIncludeFiles.patch)
  kaffeine/repos/community-x86_64/PKGBUILD
    (from rev 172118, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-x86_64/include-CheckIncludeFiles.patch
    (from rev 172118, kaffeine/trunk/include-CheckIncludeFiles.patch)
Deleted:
  kaffeine/repos/community-i686/PKGBUILD
  kaffeine/repos/community-i686/include-CheckIncludeFiles.patch
  kaffeine/repos/community-i686/kaffeine.install
  kaffeine/repos/community-x86_64/PKGBUILD
  kaffeine/repos/community-x86_64/include-CheckIncludeFiles.patch
  kaffeine/repos/community-x86_64/kaffeine.install

--------------------------------------------------+
 /PKGBUILD                                        |   76 +++++++++++++++++++++
 /include-CheckIncludeFiles.patch                 |   46 ++++++++++++
 community-i686/PKGBUILD                          |   39 ----------
 community-i686/include-CheckIncludeFiles.patch   |   23 ------
 community-i686/kaffeine.install                  |   12 ---
 community-x86_64/PKGBUILD                        |   39 ----------
 community-x86_64/include-CheckIncludeFiles.patch |   23 ------
 community-x86_64/kaffeine.install                |   12 ---
 8 files changed, 122 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 17:21:34 UTC (rev 172118)
+++ community-i686/PKGBUILD	2016-04-27 17:21:57 UTC (rev 172119)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kaffeine
-pkgver=1.3.1
-pkgrel=2
-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
-        include-CheckIncludeFiles.patch)
-md5sums=('f2308cf7abf5ec7ad5c724593594c198'
-         '1deeb1bff0e9ed705a9fc0552487ae2c')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../include-CheckIncludeFiles.patch
-}
-
-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
-}

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 172117, kaffeine/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 17:21:57 UTC (rev 172119)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kaffeine
+pkgver=1.3.1
+pkgrel=3
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org"
+depends=(kdebase-runtime vlc)
+makedepends=(cmake automoc4)
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz
+        include-CheckIncludeFiles.patch)
+md5sums=('f2308cf7abf5ec7ad5c724593594c198'
+         '1deeb1bff0e9ed705a9fc0552487ae2c')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../include-CheckIncludeFiles.patch
+}
+
+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/include-CheckIncludeFiles.patch
===================================================================
--- community-i686/include-CheckIncludeFiles.patch	2016-04-27 17:21:34 UTC (rev 172118)
+++ community-i686/include-CheckIncludeFiles.patch	2016-04-27 17:21:57 UTC (rev 172119)
@@ -1,23 +0,0 @@
-From 4a1a90ee1b2b4d13302046f043adf1c2a1de758d Mon Sep 17 00:00:00 2001
-From: Raphael Kubo da Costa <rakuco at FreeBSD.org>
-Date: Thu, 26 Nov 2015 15:36:26 +0100
-Subject: [PATCH] Explicitly include CheckIncludeFiles.
-
-This fixes the build with CMake 3.4.0. We were calling check_include_files()
-and implicitly relying on CheckIncludeFiles being included.
----
- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d9be8db..b74b44d 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -21,6 +21,7 @@ if(STRICT_BUILD)
-                   -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
- endif(STRICT_BUILD)
- 
-+include(CheckIncludeFiles)
- check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
- 
- if(NOT HAVE_DVB)

Copied: kaffeine/repos/community-i686/include-CheckIncludeFiles.patch (from rev 172117, kaffeine/trunk/include-CheckIncludeFiles.patch)
===================================================================
--- community-i686/include-CheckIncludeFiles.patch	                        (rev 0)
+++ community-i686/include-CheckIncludeFiles.patch	2016-04-27 17:21:57 UTC (rev 172119)
@@ -0,0 +1,23 @@
+From 4a1a90ee1b2b4d13302046f043adf1c2a1de758d Mon Sep 17 00:00:00 2001
+From: Raphael Kubo da Costa <rakuco at FreeBSD.org>
+Date: Thu, 26 Nov 2015 15:36:26 +0100
+Subject: [PATCH] Explicitly include CheckIncludeFiles.
+
+This fixes the build with CMake 3.4.0. We were calling check_include_files()
+and implicitly relying on CheckIncludeFiles being included.
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d9be8db..b74b44d 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -21,6 +21,7 @@ if(STRICT_BUILD)
+                   -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
+ endif(STRICT_BUILD)
+ 
++include(CheckIncludeFiles)
+ check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
+ 
+ if(NOT HAVE_DVB)

Deleted: community-i686/kaffeine.install
===================================================================
--- community-i686/kaffeine.install	2016-04-27 17:21:34 UTC (rev 172118)
+++ community-i686/kaffeine.install	2016-04-27 17:21:57 UTC (rev 172119)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 17:21:34 UTC (rev 172118)
+++ community-x86_64/PKGBUILD	2016-04-27 17:21:57 UTC (rev 172119)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kaffeine
-pkgver=1.3.1
-pkgrel=2
-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
-        include-CheckIncludeFiles.patch)
-md5sums=('f2308cf7abf5ec7ad5c724593594c198'
-         '1deeb1bff0e9ed705a9fc0552487ae2c')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../include-CheckIncludeFiles.patch
-}
-
-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
-}

Copied: kaffeine/repos/community-x86_64/PKGBUILD (from rev 172118, kaffeine/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 17:21:57 UTC (rev 172119)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kaffeine
+pkgver=1.3.1
+pkgrel=3
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org"
+depends=(kdebase-runtime vlc)
+makedepends=(cmake automoc4)
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz
+        include-CheckIncludeFiles.patch)
+md5sums=('f2308cf7abf5ec7ad5c724593594c198'
+         '1deeb1bff0e9ed705a9fc0552487ae2c')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../include-CheckIncludeFiles.patch
+}
+
+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/include-CheckIncludeFiles.patch
===================================================================
--- community-x86_64/include-CheckIncludeFiles.patch	2016-04-27 17:21:34 UTC (rev 172118)
+++ community-x86_64/include-CheckIncludeFiles.patch	2016-04-27 17:21:57 UTC (rev 172119)
@@ -1,23 +0,0 @@
-From 4a1a90ee1b2b4d13302046f043adf1c2a1de758d Mon Sep 17 00:00:00 2001
-From: Raphael Kubo da Costa <rakuco at FreeBSD.org>
-Date: Thu, 26 Nov 2015 15:36:26 +0100
-Subject: [PATCH] Explicitly include CheckIncludeFiles.
-
-This fixes the build with CMake 3.4.0. We were calling check_include_files()
-and implicitly relying on CheckIncludeFiles being included.
----
- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d9be8db..b74b44d 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -21,6 +21,7 @@ if(STRICT_BUILD)
-                   -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
- endif(STRICT_BUILD)
- 
-+include(CheckIncludeFiles)
- check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
- 
- if(NOT HAVE_DVB)

Copied: kaffeine/repos/community-x86_64/include-CheckIncludeFiles.patch (from rev 172118, kaffeine/trunk/include-CheckIncludeFiles.patch)
===================================================================
--- community-x86_64/include-CheckIncludeFiles.patch	                        (rev 0)
+++ community-x86_64/include-CheckIncludeFiles.patch	2016-04-27 17:21:57 UTC (rev 172119)
@@ -0,0 +1,23 @@
+From 4a1a90ee1b2b4d13302046f043adf1c2a1de758d Mon Sep 17 00:00:00 2001
+From: Raphael Kubo da Costa <rakuco at FreeBSD.org>
+Date: Thu, 26 Nov 2015 15:36:26 +0100
+Subject: [PATCH] Explicitly include CheckIncludeFiles.
+
+This fixes the build with CMake 3.4.0. We were calling check_include_files()
+and implicitly relying on CheckIncludeFiles being included.
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d9be8db..b74b44d 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -21,6 +21,7 @@ if(STRICT_BUILD)
+                   -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
+ endif(STRICT_BUILD)
+ 
++include(CheckIncludeFiles)
+ check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
+ 
+ if(NOT HAVE_DVB)

Deleted: community-x86_64/kaffeine.install
===================================================================
--- community-x86_64/kaffeine.install	2016-04-27 17:21:34 UTC (rev 172118)
+++ community-x86_64/kaffeine.install	2016-04-27 17:21:57 UTC (rev 172119)
@@ -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
-}



More information about the arch-commits mailing list