[arch-commits] Commit in libxcursor/repos (6 files)

Jan de Groot jgc at nymeria.archlinux.org
Tue Jun 3 12:19:03 UTC 2014


    Date: Tuesday, June 3, 2014 @ 14:19:03
  Author: jgc
Revision: 214083

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

Added:
  libxcursor/repos/extra-i686/PKGBUILD
    (from rev 214082, libxcursor/trunk/PKGBUILD)
  libxcursor/repos/extra-i686/index.theme
    (from rev 214082, libxcursor/trunk/index.theme)
  libxcursor/repos/extra-x86_64/PKGBUILD
    (from rev 214082, libxcursor/trunk/PKGBUILD)
  libxcursor/repos/extra-x86_64/index.theme
    (from rev 214082, libxcursor/trunk/index.theme)
Deleted:
  libxcursor/repos/extra-i686/PKGBUILD
  libxcursor/repos/extra-x86_64/PKGBUILD

--------------------------+
 /PKGBUILD                |   74 +++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD      |   30 ------------------
 extra-i686/index.theme   |    2 +
 extra-x86_64/PKGBUILD    |   30 ------------------
 extra-x86_64/index.theme |    2 +
 5 files changed, 78 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-06-03 12:18:57 UTC (rev 214082)
+++ extra-i686/PKGBUILD	2014-06-03 12:19:03 UTC (rev 214083)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=libxcursor
-pkgver=1.1.14
-pkgrel=1
-pkgdesc="X cursor management library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxfixes' 'libxrender')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)
-sha256sums=('9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df')
-
-build() {
-  cd "${srcdir}/libXcursor-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXcursor-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxcursor/repos/extra-i686/PKGBUILD (from rev 214082, libxcursor/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-06-03 12:19:03 UTC (rev 214083)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcursor
+pkgver=1.1.14
+pkgrel=2
+pkgdesc="X cursor management library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxfixes' 'libxrender')
+optdepends=('gnome-themes-standard: fallback icon theme')
+makedepends=('xorg-util-macros')
+backup=(usr/share/icons/default/index.theme)
+source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2
+        index.theme)
+sha256sums=('9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df'
+            '9e2707bc3466b848a70687ae34b505930b9c260a49b3d2f014145e70c4cddcd6')
+
+build() {
+  cd "${srcdir}/libXcursor-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXcursor-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/icons/default"
+  install -m644 "$srcdir"/index.theme "${pkgdir}/usr/share/icons/default/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: libxcursor/repos/extra-i686/index.theme (from rev 214082, libxcursor/trunk/index.theme)
===================================================================
--- extra-i686/index.theme	                        (rev 0)
+++ extra-i686/index.theme	2014-06-03 12:19:03 UTC (rev 214083)
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=Adwaita

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-06-03 12:18:57 UTC (rev 214082)
+++ extra-x86_64/PKGBUILD	2014-06-03 12:19:03 UTC (rev 214083)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=libxcursor
-pkgver=1.1.14
-pkgrel=1
-pkgdesc="X cursor management library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxfixes' 'libxrender')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)
-sha256sums=('9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df')
-
-build() {
-  cd "${srcdir}/libXcursor-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXcursor-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxcursor/repos/extra-x86_64/PKGBUILD (from rev 214082, libxcursor/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-06-03 12:19:03 UTC (rev 214083)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcursor
+pkgver=1.1.14
+pkgrel=2
+pkgdesc="X cursor management library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxfixes' 'libxrender')
+optdepends=('gnome-themes-standard: fallback icon theme')
+makedepends=('xorg-util-macros')
+backup=(usr/share/icons/default/index.theme)
+source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2
+        index.theme)
+sha256sums=('9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df'
+            '9e2707bc3466b848a70687ae34b505930b9c260a49b3d2f014145e70c4cddcd6')
+
+build() {
+  cd "${srcdir}/libXcursor-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXcursor-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/icons/default"
+  install -m644 "$srcdir"/index.theme "${pkgdir}/usr/share/icons/default/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: libxcursor/repos/extra-x86_64/index.theme (from rev 214082, libxcursor/trunk/index.theme)
===================================================================
--- extra-x86_64/index.theme	                        (rev 0)
+++ extra-x86_64/index.theme	2014-06-03 12:19:03 UTC (rev 214083)
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=Adwaita




More information about the arch-commits mailing list