[arch-commits] Commit in rhythmbox/trunk (2 files)

Jan Steffens heftig at archlinux.org
Sun Mar 29 15:09:23 UTC 2015


    Date: Sunday, March 29, 2015 @ 17:09:23
  Author: heftig
Revision: 235258

3.2

Modified:
  rhythmbox/trunk/PKGBUILD
Deleted:
  rhythmbox/trunk/0001-Fix-desktop-file-keywords-translations.patch

---------------------------------------------------+
 0001-Fix-desktop-file-keywords-translations.patch |   41 --------------------
 PKGBUILD                                          |   11 +----
 2 files changed, 4 insertions(+), 48 deletions(-)

Deleted: 0001-Fix-desktop-file-keywords-translations.patch
===================================================================
--- 0001-Fix-desktop-file-keywords-translations.patch	2015-03-29 11:09:41 UTC (rev 235257)
+++ 0001-Fix-desktop-file-keywords-translations.patch	2015-03-29 15:09:23 UTC (rev 235258)
@@ -1,41 +0,0 @@
-From 06e9a07ad2d6f79267b01078a8ac9e8016e3a7cc Mon Sep 17 00:00:00 2001
-From: Kalev Lember <kalevlember at gmail.com>
-Date: Sun, 28 Sep 2014 12:44:26 +0200
-Subject: [PATCH] Fix desktop file keywords translations
-
-Add missing terminating semicolons to Scottish Gaelic and Slovenian
-translations.
----
- po/gd.po | 2 +-
- po/sl.po | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/po/gd.po b/po/gd.po
-index 1bd1a0e..80234c5 100644
---- a/po/gd.po
-+++ b/po/gd.po
-@@ -134,7 +134,7 @@ msgstr "Cluich agus cum rian air a' chruinneachadh chiùil agad"
- msgid "Audio;Song;MP3;CD;Podcast;MTP;iPod;Playlist;Last.fm;UPnP;DLNA;Radio;"
- msgstr ""
- "Audio;Song;MP3;CD;Podcast;MTP;iPod;Playlist;Last.fm;UPnP;DLNA;Radio;fuaime;"
--"òran;òrain;pod-chraoladh;rèidio"
-+"òran;òrain;pod-chraoladh;rèidio;"
- 
- #: ../data/ui/app-menu.ui.h:1
- msgid "_Add Music"
-diff --git a/po/sl.po b/po/sl.po
-index c164a1b..db407e8 100644
---- a/po/sl.po
-+++ b/po/sl.po
-@@ -126,7 +126,7 @@ msgstr "Predvajajte in organizirajte glasbeno zbirko"
- msgid "Audio;Song;MP3;CD;Podcast;MTP;iPod;Playlist;Last.fm;UPnP;DLNA;Radio;"
- msgstr ""
- "zvok;skladbe;pesmi;glasba;MP3;CD;podcast;MTP;iPod;seznam predvajanja;Last.fm;"
--"UPnP;DLNA;radio"
-+"UPnP;DLNA;radio;"
- 
- #: ../data/ui/app-menu.ui.h:1
- msgid "_Add Music"
--- 
-2.1.0
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-29 11:09:41 UTC (rev 235257)
+++ PKGBUILD	2015-03-29 15:09:23 UTC (rev 235258)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=rhythmbox
-pkgver=3.1
-pkgrel=3
+pkgver=3.2
+pkgrel=1
 pkgdesc="An iTunes-like music playback and management application"
 arch=(i686 x86_64)
 license=(GPL)
@@ -23,14 +23,11 @@
             'zeitgeist: Zeitgeist plugin')
 options=('!emptydirs')
 install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-        0001-Fix-desktop-file-keywords-translations.patch)
-sha256sums=('2dc4f80080943ba8d2450cc4f9c4978f741efa26a6b1599ef68f57f7b2d7fcc1'
-            '2452814881f93f205239b9551969399128226315ca463c67bea5dddaa7f40cb6')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c8adf79e4b2bb76cee391c73ba7a1e699e7684e5f45507e7d6849957ac54f81')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../0001-Fix-desktop-file-keywords-translations.patch
 }
 
 build() {



More information about the arch-commits mailing list