[arch-commits] Commit in gparted/repos (12 files)
Giovanni Scafora
giovanni at archlinux.org
Wed Feb 22 09:58:00 UTC 2012
Date: Wednesday, February 22, 2012 @ 04:57:59
Author: giovanni
Revision: 150786
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gparted/repos/extra-i686/PKGBUILD
(from rev 150785, gparted/trunk/PKGBUILD)
gparted/repos/extra-i686/gparted.install
(from rev 150785, gparted/trunk/gparted.install)
gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 150785, gparted/trunk/org.archlinux.pkexec.gparted.policy)
gparted/repos/extra-x86_64/PKGBUILD
(from rev 150785, gparted/trunk/PKGBUILD)
gparted/repos/extra-x86_64/gparted.install
(from rev 150785, gparted/trunk/gparted.install)
gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 150785, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
gparted/repos/extra-i686/PKGBUILD
gparted/repos/extra-i686/gparted.install
gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
gparted/repos/extra-x86_64/PKGBUILD
gparted/repos/extra-x86_64/gparted.install
gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
--------------------------------------------------+
extra-i686/PKGBUILD | 105 ++++++++++-----------
extra-i686/gparted.install | 22 ++--
extra-i686/org.archlinux.pkexec.gparted.policy | 40 ++++----
extra-x86_64/PKGBUILD | 105 ++++++++++-----------
extra-x86_64/gparted.install | 22 ++--
extra-x86_64/org.archlinux.pkexec.gparted.policy | 40 ++++----
6 files changed, 168 insertions(+), 166 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-22 09:57:31 UTC (rev 150785)
+++ extra-i686/PKGBUILD 2012-02-22 09:57:59 UTC (rev 150786)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=gparted
-pkgver=0.11.0
-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' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
- 'jfsutils: for jfs partitions'
- 'ntfsprogs: for ntfs partitions'
- 'reiserfsprogs: for reiser partitions'
- 'xfsprogs: for xfs partitions'
- 'polkit: to run gparted directly from menu'
- 'gpart: for recovering corrupt partition tables'
- 'mtools')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
- 'org.archlinux.pkexec.gparted.policy')
-md5sums=('93db664bad4c5f0c9a1384b7eac7df5c'
- '27c264cfad8fa413d75954dda7a2dd50')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- # Install policy file
- install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
- # Install launcher script
- mkdir -p ${pkgdir}/usr/bin
- echo '#!/bin/sh' > ${pkgdir}/usr/bin/gparted-pkexec
- echo 'pkexec "/usr/sbin/gparted" "$@"' >> ${pkgdir}/usr/bin/gparted-pkexec
- chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
- # Modify desktop file
- sed -i -e "s/Exec=.*/Exec=gparted-pkexec/" ${pkgdir}/usr/share/applications/gparted.desktop
-}
Copied: gparted/repos/extra-i686/PKGBUILD (from rev 150785, gparted/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-22 09:57:59 UTC (rev 150786)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gparted
+pkgver=0.12.0
+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' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+ 'jfsutils: for jfs partitions'
+ 'ntfsprogs: for ntfs partitions'
+ 'reiserfsprogs: for reiser partitions'
+ 'xfsprogs: for xfs partitions'
+ 'nilfs-utils: for nilfs2 support'
+ 'polkit: to run gparted directly from menu'
+ 'gpart: for recovering corrupt partition tables'
+ 'mtools')
+install=gparted.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+ 'org.archlinux.pkexec.gparted.policy')
+md5sums=('63a24677ff2ef0e62408ba684f233fab'
+ '27c264cfad8fa413d75954dda7a2dd50')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ # Install policy file
+ install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
+
+ # Install launcher script
+ mkdir -p ${pkgdir}/usr/bin
+ echo '#!/bin/sh' > ${pkgdir}/usr/bin/gparted-pkexec
+ echo 'pkexec "/usr/sbin/gparted" "$@"' >> ${pkgdir}/usr/bin/gparted-pkexec
+ chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
+
+ # Modify desktop file
+ sed -i -e "s/Exec=.*/Exec=gparted-pkexec/" ${pkgdir}/usr/share/applications/gparted.desktop
+}
Deleted: extra-i686/gparted.install
===================================================================
--- extra-i686/gparted.install 2012-02-22 09:57:31 UTC (rev 150785)
+++ extra-i686/gparted.install 2012-02-22 09:57:59 UTC (rev 150786)
@@ -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 150785, gparted/trunk/gparted.install)
===================================================================
--- extra-i686/gparted.install (rev 0)
+++ extra-i686/gparted.install 2012-02-22 09:57:59 UTC (rev 150786)
@@ -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-i686/org.archlinux.pkexec.gparted.policy
===================================================================
--- extra-i686/org.archlinux.pkexec.gparted.policy 2012-02-22 09:57:31 UTC (rev 150785)
+++ extra-i686/org.archlinux.pkexec.gparted.policy 2012-02-22 09:57:59 UTC (rev 150786)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policyconfig PUBLIC
- "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
-<policyconfig>
-
- <action id="org.archlinux.pkexec.gparted">
- <message>Authentication is required to run the GParted Partition Editor</message>
- <icon_name>gparted</icon_name>
- <defaults>
- <allow_any>auth_admin</allow_any>
- <allow_inactive>auth_admin</allow_inactive>
- <allow_active>auth_admin</allow_active>
- </defaults>
- <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate>
- <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
- </action>
-
-</policyconfig>
-
Copied: gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy (from rev 150785, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===================================================================
--- extra-i686/org.archlinux.pkexec.gparted.policy (rev 0)
+++ extra-i686/org.archlinux.pkexec.gparted.policy 2012-02-22 09:57:59 UTC (rev 150786)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policyconfig PUBLIC
+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+<policyconfig>
+
+ <action id="org.archlinux.pkexec.gparted">
+ <message>Authentication is required to run the GParted Partition Editor</message>
+ <icon_name>gparted</icon_name>
+ <defaults>
+ <allow_any>auth_admin</allow_any>
+ <allow_inactive>auth_admin</allow_inactive>
+ <allow_active>auth_admin</allow_active>
+ </defaults>
+ <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate>
+ <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+ </action>
+
+</policyconfig>
+
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-02-22 09:57:31 UTC (rev 150785)
+++ extra-x86_64/PKGBUILD 2012-02-22 09:57:59 UTC (rev 150786)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=gparted
-pkgver=0.11.0
-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' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
- 'jfsutils: for jfs partitions'
- 'ntfsprogs: for ntfs partitions'
- 'reiserfsprogs: for reiser partitions'
- 'xfsprogs: for xfs partitions'
- 'polkit: to run gparted directly from menu'
- 'gpart: for recovering corrupt partition tables'
- 'mtools')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
- 'org.archlinux.pkexec.gparted.policy')
-md5sums=('93db664bad4c5f0c9a1384b7eac7df5c'
- '27c264cfad8fa413d75954dda7a2dd50')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- # Install policy file
- install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
- # Install launcher script
- mkdir -p ${pkgdir}/usr/bin
- echo '#!/bin/sh' > ${pkgdir}/usr/bin/gparted-pkexec
- echo 'pkexec "/usr/sbin/gparted" "$@"' >> ${pkgdir}/usr/bin/gparted-pkexec
- chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
- # Modify desktop file
- sed -i -e "s/Exec=.*/Exec=gparted-pkexec/" ${pkgdir}/usr/share/applications/gparted.desktop
-}
Copied: gparted/repos/extra-x86_64/PKGBUILD (from rev 150785, gparted/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-02-22 09:57:59 UTC (rev 150786)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gparted
+pkgver=0.12.0
+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' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+ 'jfsutils: for jfs partitions'
+ 'ntfsprogs: for ntfs partitions'
+ 'reiserfsprogs: for reiser partitions'
+ 'xfsprogs: for xfs partitions'
+ 'nilfs-utils: for nilfs2 support'
+ 'polkit: to run gparted directly from menu'
+ 'gpart: for recovering corrupt partition tables'
+ 'mtools')
+install=gparted.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+ 'org.archlinux.pkexec.gparted.policy')
+md5sums=('63a24677ff2ef0e62408ba684f233fab'
+ '27c264cfad8fa413d75954dda7a2dd50')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ # Install policy file
+ install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
+
+ # Install launcher script
+ mkdir -p ${pkgdir}/usr/bin
+ echo '#!/bin/sh' > ${pkgdir}/usr/bin/gparted-pkexec
+ echo 'pkexec "/usr/sbin/gparted" "$@"' >> ${pkgdir}/usr/bin/gparted-pkexec
+ chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
+
+ # Modify desktop file
+ sed -i -e "s/Exec=.*/Exec=gparted-pkexec/" ${pkgdir}/usr/share/applications/gparted.desktop
+}
Deleted: extra-x86_64/gparted.install
===================================================================
--- extra-x86_64/gparted.install 2012-02-22 09:57:31 UTC (rev 150785)
+++ extra-x86_64/gparted.install 2012-02-22 09:57:59 UTC (rev 150786)
@@ -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 150785, gparted/trunk/gparted.install)
===================================================================
--- extra-x86_64/gparted.install (rev 0)
+++ extra-x86_64/gparted.install 2012-02-22 09:57:59 UTC (rev 150786)
@@ -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/org.archlinux.pkexec.gparted.policy
===================================================================
--- extra-x86_64/org.archlinux.pkexec.gparted.policy 2012-02-22 09:57:31 UTC (rev 150785)
+++ extra-x86_64/org.archlinux.pkexec.gparted.policy 2012-02-22 09:57:59 UTC (rev 150786)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policyconfig PUBLIC
- "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
-<policyconfig>
-
- <action id="org.archlinux.pkexec.gparted">
- <message>Authentication is required to run the GParted Partition Editor</message>
- <icon_name>gparted</icon_name>
- <defaults>
- <allow_any>auth_admin</allow_any>
- <allow_inactive>auth_admin</allow_inactive>
- <allow_active>auth_admin</allow_active>
- </defaults>
- <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate>
- <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
- </action>
-
-</policyconfig>
-
Copied: gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy (from rev 150785, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===================================================================
--- extra-x86_64/org.archlinux.pkexec.gparted.policy (rev 0)
+++ extra-x86_64/org.archlinux.pkexec.gparted.policy 2012-02-22 09:57:59 UTC (rev 150786)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policyconfig PUBLIC
+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+<policyconfig>
+
+ <action id="org.archlinux.pkexec.gparted">
+ <message>Authentication is required to run the GParted Partition Editor</message>
+ <icon_name>gparted</icon_name>
+ <defaults>
+ <allow_any>auth_admin</allow_any>
+ <allow_inactive>auth_admin</allow_inactive>
+ <allow_active>auth_admin</allow_active>
+ </defaults>
+ <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate>
+ <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+ </action>
+
+</policyconfig>
+
More information about the arch-commits
mailing list