gparted: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:52 +02:00
parent 2bea5907fb
commit 95962c4730
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 68 deletions

View File

@ -1,36 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gparted
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/gpartedbin
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/appdata/
-rw-r--r-- root/root usr/share/appdata/gparted.appdata.xml
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/gparted.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/gparted.png
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/gparted.png
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/gparted.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/gparted.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gparted.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/gparted.svg
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/gparted.8.gz
drwxr-xr-x root/root usr/share/polkit-1/
drwxr-xr-x root/root usr/share/polkit-1/actions/
-rw-r--r-- root/root usr/share/polkit-1/actions/org.gnome.gparted.policy

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30EnV1vAObpKU8JvBFiFlBSjOS2bSuQe8uflZE3mPt0VSb2TpUWsTamH3uD5os1oSmkXu8LzAO27n2qHs3hs4go=
SHA256 (Pkgfile) = b3a3d84c19274a82ead8c1f868cb124f345868181f5e6993c44478606c064266
SHA256 (.footprint) = f11e32d34abb576173f1d2a1db2aef958cf8f08675e5420b250ef1bc671d2870
SHA256 (gparted-1.5.0.tar.gz) = 3c95ea26a944083ff1d9b17639b1e2ad9758df225dc751ff407b2a6aa092a8de

View File

@ -1,27 +0,0 @@
# Description: Gnome Partition Editor.
# URL: http://gparted.sourceforge.net/
# Maintainer: unmaintained
# Depends on: gtkmm3 parted polkit
# Optional: gtk-doc pinentry-gtk polkit-gnome
name=gparted
version=1.5.0
release=1
source=(https://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/sbin \
--enable-online-resize \
--enable-libparted-dmraid \
--enable-xhost-root \
--disable-dependency-tracking \
--disable-doc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}