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

Giovanni Scafora giovanni at archlinux.org
Tue Sep 20 18:07:14 UTC 2011


    Date: Tuesday, September 20, 2011 @ 14:07:14
  Author: giovanni
Revision: 138361

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

Added:
  gparted/repos/extra-i686/PKGBUILD
    (from rev 138360, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
    (from rev 138360, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/PKGBUILD
    (from rev 138360, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
    (from rev 138360, gparted/trunk/gparted.install)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install

------------------------------+
 extra-i686/PKGBUILD          |   72 ++++++++++++++++++++---------------------
 extra-i686/gparted.install   |   22 ++++++------
 extra-x86_64/PKGBUILD        |   72 ++++++++++++++++++++---------------------
 extra-x86_64/gparted.install |   22 ++++++------
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-20 18:06:31 UTC (rev 138360)
+++ extra-i686/PKGBUILD	2011-09-20 18:07:14 UTC (rev 138361)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-
-pkgname=gparted
-pkgver=0.9.0
-pkgrel=3
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net"
-license=('GPL')
-depends=('parted' 'gtkmm' 'libsigc++')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
-optdepends=('jfsutils: for jfs partitions'
-            'ntfsprogs: for ntfs partitions'
-            'reiserfsprogs: for reiser partitions'
-            'xfsprogs: for xfs partitions'
-            'gksu: to run gparted directly from menu'
-            'gpart: for recovering corrupt partition tables')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('56ec9c80413ba2d8ad0193bfc2b5a99f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  sed -i -e "s:Exec= /usr/sbin:Exec=gksu /usr/sbin:g" ${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 138360, gparted/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-20 18:07:14 UTC (rev 138361)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=gparted
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_64')
+url="http://gparted.sourceforge.net"
+license=('GPL')
+depends=('parted' 'gtkmm' 'libsigc++')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+optdepends=('jfsutils: for jfs partitions'
+            'ntfsprogs: for ntfs partitions'
+            'reiserfsprogs: for reiser partitions'
+            'xfsprogs: for xfs partitions'
+            'gksu: to run gparted directly from menu'
+            'gpart: for recovering corrupt partition tables')
+install=gparted.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('f35785099994c7c9b7b2e842840f8b72')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  sed -i -e "s:Exec= /usr/sbin:Exec=gksu /usr/sbin:g" ${pkgdir}/usr/share/applications/gparted.desktop
+}

Deleted: extra-i686/gparted.install
===================================================================
--- extra-i686/gparted.install	2011-09-20 18:06:31 UTC (rev 138360)
+++ extra-i686/gparted.install	2011-09-20 18:07:14 UTC (rev 138361)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gparted/repos/extra-i686/gparted.install (from rev 138360, gparted/trunk/gparted.install)
===================================================================
--- extra-i686/gparted.install	                        (rev 0)
+++ extra-i686/gparted.install	2011-09-20 18:07:14 UTC (rev 138361)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-09-20 18:06:31 UTC (rev 138360)
+++ extra-x86_64/PKGBUILD	2011-09-20 18:07:14 UTC (rev 138361)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-
-pkgname=gparted
-pkgver=0.9.0
-pkgrel=3
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net"
-license=('GPL')
-depends=('parted' 'gtkmm' 'libsigc++')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
-optdepends=('jfsutils: for jfs partitions'
-            'ntfsprogs: for ntfs partitions'
-            'reiserfsprogs: for reiser partitions'
-            'xfsprogs: for xfs partitions'
-            'gksu: to run gparted directly from menu'
-            'gpart: for recovering corrupt partition tables')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('56ec9c80413ba2d8ad0193bfc2b5a99f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  sed -i -e "s:Exec= /usr/sbin:Exec=gksu /usr/sbin:g" ${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-x86_64/PKGBUILD (from rev 138360, gparted/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-20 18:07:14 UTC (rev 138361)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=gparted
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_64')
+url="http://gparted.sourceforge.net"
+license=('GPL')
+depends=('parted' 'gtkmm' 'libsigc++')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+optdepends=('jfsutils: for jfs partitions'
+            'ntfsprogs: for ntfs partitions'
+            'reiserfsprogs: for reiser partitions'
+            'xfsprogs: for xfs partitions'
+            'gksu: to run gparted directly from menu'
+            'gpart: for recovering corrupt partition tables')
+install=gparted.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('f35785099994c7c9b7b2e842840f8b72')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  sed -i -e "s:Exec= /usr/sbin:Exec=gksu /usr/sbin:g" ${pkgdir}/usr/share/applications/gparted.desktop
+}

Deleted: extra-x86_64/gparted.install
===================================================================
--- extra-x86_64/gparted.install	2011-09-20 18:06:31 UTC (rev 138360)
+++ extra-x86_64/gparted.install	2011-09-20 18:07:14 UTC (rev 138361)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gparted/repos/extra-x86_64/gparted.install (from rev 138360, gparted/trunk/gparted.install)
===================================================================
--- extra-x86_64/gparted.install	                        (rev 0)
+++ extra-x86_64/gparted.install	2011-09-20 18:07:14 UTC (rev 138361)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list