aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb')
-rw-r--r--meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb
deleted file mode 100644
index 3aaec3cdd2..0000000000
--- a/meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-SUMMARY = "A partition editor to graphically manage disk partitions "
-HOMEPAGE = "http://gparted.org/index.php"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-inherit features_check autotools pkgconfig python3native gnome-help gtk-icon-cache
-
-REQUIRED_DISTRO_FEATURES = "x11"
-
-SRC_URI = " \
- ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
- file://0001-Install-polkit-action-unconditionally-executable-pke.patch \
-"
-SRC_URI[md5sum] = "0da45cb522d766dfb4886fb3bdbc2634"
-SRC_URI[sha256sum] = "e2fe7b7afbc07e930491c00a05200c2682cc0576ca8f6da87245a000257f5924"
-
-DEPENDS += " \
- glib-2.0-native \
- yelp-tools-native \
- intltool-native \
- glib-2.0 \
- gtkmm3 \
- parted \
-"
-
-FILES_${PN} += " \
- ${datadir}/appdata \
- ${datadir}/icons \
-"
-
-PACKAGES += "${PN}-polkit"
-FILES_${PN}-polkit = "${datadir}/polkit-1"
-
-RDEPENDS_${PN} = " \
- ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \
- dosfstools \
- mtools \
- e2fsprogs \
-"