Date: Thursday, April 24, 2014 @ 09:51:18
  Author: alucryd
Revision: 110102

upgpkg: clementine 1.2.3-1

Modified:
  clementine/trunk/PKGBUILD
Deleted:
  clementine/trunk/clementine-unistd.patch

-------------------------+
 PKGBUILD                |   14 +++-----------
 clementine-unistd.patch |   25 -------------------------
 2 files changed, 3 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-04-24 07:19:38 UTC (rev 110101)
+++ PKGBUILD    2014-04-24 07:51:18 UTC (rev 110102)
@@ -5,7 +5,7 @@
 # Contributor: Dany Martineau <[email protected]>
 
 pkgname=clementine
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
@@ -19,17 +19,9 @@
             'gstreamer0.10-ugly-plugins: "Ugly" plugin libraries'
             'gvfs: Various devices support')
 install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz";
-        "${pkgname}-unistd.patch")
-sha256sums=('1f674c42f05c476baf74f1dd37b1aa357ff9199e4493173052c856a53e5f0a96'
-            'cafb6eaf10ff0853156bd91ccdfd2d163ec20027076e7a6292125eac236cf382')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz";)
+sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf')
 
-prepare() {
-  cd Clementine-${pkgver}
-
-  patch -Np1 -i ../${pkgname}-unistd.patch
-}
-
 build() {
   cd Clementine-${pkgver}
 

Deleted: clementine-unistd.patch
===================================================================
--- clementine-unistd.patch     2014-04-24 07:19:38 UTC (rev 110101)
+++ clementine-unistd.patch     2014-04-24 07:51:18 UTC (rev 110102)
@@ -1,25 +0,0 @@
-diff -rupN Clementine-1.2.2.orig/src/internet/spotifyblobdownloader.cpp 
Clementine-1.2.2/src/internet/spotifyblobdownloader.cpp
---- Clementine-1.2.2.orig/src/internet/spotifyblobdownloader.cpp       
2014-02-23 16:21:49.478100000 +0100
-+++ Clementine-1.2.2/src/internet/spotifyblobdownloader.cpp    2014-02-23 
16:22:57.048258400 +0100
-@@ -32,6 +32,10 @@
-   #include <QtCrypto>
- #endif // HAVE_QCA
- 
-+#ifdef Q_OS_LINUX
-+  #include <unistd.h>
-+#endif
-+
- const char* SpotifyBlobDownloader::kSignatureSuffix = ".sha1";
- 
- 
-diff -rupN Clementine-1.2.2.orig/src/core/utilities.cpp 
Clementine-1.2.2/src/core/utilities.cpp
---- Clementine-1.2.2.orig/src/core/utilities.cpp       2014-02-23 
16:14:06.919406700 +0100
-+++ Clementine-1.2.2/src/core/utilities.cpp    2014-02-23 16:16:12.107064900 
+0100
-@@ -50,6 +50,7 @@
- #endif
- 
- #ifdef Q_OS_LINUX
-+#  include <unistd.h>
- #  include <sys/syscall.h>
- #endif
- #ifdef Q_OS_DARWIN

Reply via email to