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

Jan de Groot jgc at archlinux.org
Thu Apr 28 13:20:08 UTC 2016


    Date: Thursday, April 28, 2016 @ 15:20:07
  Author: jgc
Revision: 266459

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

Added:
  nautilus/repos/extra-i686/PKGBUILD
    (from rev 266458, nautilus/trunk/PKGBUILD)
  nautilus/repos/extra-i686/translation-de.patch
    (from rev 266458, nautilus/trunk/translation-de.patch)
  nautilus/repos/extra-x86_64/PKGBUILD
    (from rev 266458, nautilus/trunk/PKGBUILD)
  nautilus/repos/extra-x86_64/translation-de.patch
    (from rev 266458, nautilus/trunk/translation-de.patch)
Deleted:
  nautilus/repos/extra-i686/PKGBUILD
  nautilus/repos/extra-i686/nautilus.install
  nautilus/repos/extra-x86_64/PKGBUILD
  nautilus/repos/extra-x86_64/nautilus.install

-----------------------------------+
 /PKGBUILD                         |  118 ++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD               |   54 ----------------
 extra-i686/nautilus.install       |   14 ----
 extra-i686/translation-de.patch   |   11 +++
 extra-x86_64/PKGBUILD             |   54 ----------------
 extra-x86_64/nautilus.install     |   14 ----
 extra-x86_64/translation-de.patch |   11 +++
 7 files changed, 140 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-04-28 13:20:00 UTC (rev 266458)
+++ extra-i686/PKGBUILD	2016-04-28 13:20:07 UTC (rev 266459)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="GNOME file manager"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
-         libtracker-sparql nautilus-sendto)
-makedepends=(intltool gobject-introspection python packagekit python2)
-url="http://www.gnome.org"
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('7ca7995a4d6a77871503dc092ae816584b8d1891730e1b9eed1a1e4a16194293')
-
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --libexecdir=/usr/lib/nautilus \
-      --disable-update-mimedb \
-      --disable-schemas-compile \
-      --disable-selinux
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-  install=nautilus.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-### Split libnautilus-extension
-  cd ..
-  mkdir -p n-e/usr/{lib,share}
-  mv "$pkgdir"/usr/include n-e/usr
-  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
-  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-
-  mv n-e/* "$pkgdir"
-}

Copied: nautilus/repos/extra-i686/PKGBUILD (from rev 266458, nautilus/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-04-28 13:20:07 UTC (rev 266459)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="GNOME file manager"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
+         libtracker-sparql nautilus-sendto)
+makedepends=(intltool gobject-introspection python packagekit python2)
+url="http://www.gnome.org"
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
+        translation-de.patch)
+sha256sums=('f2a907b994026412a7ed7c8145d4ab4f886ac87e780353b967473305a35e81e8'
+            '564799623f8910208cef1e0ed583cfd049e98f9c71e15c56924f6c8452ab192b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../translation-de.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/nautilus \
+      --disable-update-mimedb \
+      --disable-schemas-compile \
+      --disable-selinux
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv "$pkgdir"/usr/include n-e/usr
+  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  mv n-e/* "$pkgdir"
+}

Deleted: extra-i686/nautilus.install
===================================================================
--- extra-i686/nautilus.install	2016-04-28 13:20:00 UTC (rev 266458)
+++ extra-i686/nautilus.install	2016-04-28 13:20:07 UTC (rev 266459)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nautilus/repos/extra-i686/translation-de.patch (from rev 266458, nautilus/trunk/translation-de.patch)
===================================================================
--- extra-i686/translation-de.patch	                        (rev 0)
+++ extra-i686/translation-de.patch	2016-04-28 13:20:07 UTC (rev 266459)
@@ -0,0 +1,11 @@
+--- po/de.po.orig	2016-04-28 01:53:12.598068329 +0200
++++ po/de.po	2016-04-28 01:55:06.128650077 +0200
+@@ -647,7 +647,7 @@
+ #: ../data/org.gnome.nautilus.gschema.xml.h:78
+ msgctxt "home-icon-name"
+ msgid "'Home'"
+-msgstr "Persönlicher Ordner"
++msgstr "'Persönlicher Ordner'"
+ 
+ #: ../data/org.gnome.nautilus.gschema.xml.h:79
+ msgid "Desktop home icon name"

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-04-28 13:20:00 UTC (rev 266458)
+++ extra-x86_64/PKGBUILD	2016-04-28 13:20:07 UTC (rev 266459)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="GNOME file manager"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
-         libtracker-sparql nautilus-sendto)
-makedepends=(intltool gobject-introspection python packagekit python2)
-url="http://www.gnome.org"
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('7ca7995a4d6a77871503dc092ae816584b8d1891730e1b9eed1a1e4a16194293')
-
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --libexecdir=/usr/lib/nautilus \
-      --disable-update-mimedb \
-      --disable-schemas-compile \
-      --disable-selinux
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-  install=nautilus.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-### Split libnautilus-extension
-  cd ..
-  mkdir -p n-e/usr/{lib,share}
-  mv "$pkgdir"/usr/include n-e/usr
-  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
-  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-
-  mv n-e/* "$pkgdir"
-}

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 266458, nautilus/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-04-28 13:20:07 UTC (rev 266459)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="GNOME file manager"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
+         libtracker-sparql nautilus-sendto)
+makedepends=(intltool gobject-introspection python packagekit python2)
+url="http://www.gnome.org"
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
+        translation-de.patch)
+sha256sums=('f2a907b994026412a7ed7c8145d4ab4f886ac87e780353b967473305a35e81e8'
+            '564799623f8910208cef1e0ed583cfd049e98f9c71e15c56924f6c8452ab192b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../translation-de.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/nautilus \
+      --disable-update-mimedb \
+      --disable-schemas-compile \
+      --disable-selinux
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv "$pkgdir"/usr/include n-e/usr
+  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  mv n-e/* "$pkgdir"
+}

Deleted: extra-x86_64/nautilus.install
===================================================================
--- extra-x86_64/nautilus.install	2016-04-28 13:20:00 UTC (rev 266458)
+++ extra-x86_64/nautilus.install	2016-04-28 13:20:07 UTC (rev 266459)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nautilus/repos/extra-x86_64/translation-de.patch (from rev 266458, nautilus/trunk/translation-de.patch)
===================================================================
--- extra-x86_64/translation-de.patch	                        (rev 0)
+++ extra-x86_64/translation-de.patch	2016-04-28 13:20:07 UTC (rev 266459)
@@ -0,0 +1,11 @@
+--- po/de.po.orig	2016-04-28 01:53:12.598068329 +0200
++++ po/de.po	2016-04-28 01:55:06.128650077 +0200
+@@ -647,7 +647,7 @@
+ #: ../data/org.gnome.nautilus.gschema.xml.h:78
+ msgctxt "home-icon-name"
+ msgid "'Home'"
+-msgstr "Persönlicher Ordner"
++msgstr "'Persönlicher Ordner'"
+ 
+ #: ../data/org.gnome.nautilus.gschema.xml.h:79
+ msgid "Desktop home icon name"



More information about the arch-commits mailing list