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

Jan de Groot jgc at archlinux.org
Tue Mar 3 08:58:04 UTC 2015


    Date: Tuesday, March 3, 2015 @ 09:58:04
  Author: jgc
Revision: 232453

upgpkg: rhythmbox 3.1-3

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

---------------------------------------------------+
 0001-Fix-desktop-file-keywords-translations.patch |   41 ++++++++++++++++++++
 PKGBUILD                                          |   13 ++++--
 2 files changed, 51 insertions(+), 3 deletions(-)

Added: 0001-Fix-desktop-file-keywords-translations.patch
===================================================================
--- 0001-Fix-desktop-file-keywords-translations.patch	                        (rev 0)
+++ 0001-Fix-desktop-file-keywords-translations.patch	2015-03-03 08:58:04 UTC (rev 232453)
@@ -0,0 +1,41 @@
+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-03 08:52:22 UTC (rev 232452)
+++ PKGBUILD	2015-03-03 08:58:04 UTC (rev 232453)
@@ -4,7 +4,7 @@
 
 pkgname=rhythmbox
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An iTunes-like music playback and management application"
 arch=(i686 x86_64)
 license=(GPL)
@@ -23,9 +23,16 @@
             'zeitgeist: Zeitgeist plugin')
 options=('!emptydirs')
 install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2dc4f80080943ba8d2450cc4f9c4978f741efa26a6b1599ef68f57f7b2d7fcc1')
+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')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../0001-Fix-desktop-file-keywords-translations.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \



More information about the arch-commits mailing list