summaryrefslogtreecommitdiff
path: root/dev-util/lxqt-build-tools
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-09 23:16:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-09 23:16:08 +0000
commit70b89217d694de88451379c52f12b16eb53ab205 (patch)
tree82745a29fee9dadc182d8a19f4ea50f83ca4c104 /dev-util/lxqt-build-tools
parent1ff1bee9f2df6a89f5588675a71d636fbfb16257 (diff)
dev-util/lxqt-build-tools : drop package, use gentoo one
Diffstat (limited to 'dev-util/lxqt-build-tools')
-rw-r--r--dev-util/lxqt-build-tools/Manifest1
-rw-r--r--dev-util/lxqt-build-tools/files/lxqt-build-tools-glib.patch12
-rw-r--r--dev-util/lxqt-build-tools/lxqt-build-tools-0.11.0-r1.ebuild27
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest
deleted file mode 100644
index 485fc0b6..00000000
--- a/dev-util/lxqt-build-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-build-tools-0.11.0.tar.xz 25348 BLAKE2B cf342baf8454ea91dfd7a5206b9c1d02737fa5434e8dfdc681218bcc22bd8d7a47fc85acd3d0f54fd75113a32e4440af23f8536e3a87e0051daccfc026e9eef5 SHA512 d421aaf74b13efa3b603b5c8a998bfd6091f5d3c45e0201d64e0c1f12d93c45fdc12d9232b0ac1c98ccf47007560c5814612162d1ac879bb3173bad57164408d
diff --git a/dev-util/lxqt-build-tools/files/lxqt-build-tools-glib.patch b/dev-util/lxqt-build-tools/files/lxqt-build-tools-glib.patch
deleted file mode 100644
index 439782c4..00000000
--- a/dev-util/lxqt-build-tools/files/lxqt-build-tools-glib.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur a/cmake/find-modules/FindGLIB.cmake b/cmake/find-modules/FindGLIB.cmake
---- a/cmake/find-modules/FindGLIB.cmake 2022-04-16 01:48:16.000000000 +0100
-+++ b/cmake/find-modules/FindGLIB.cmake 2022-10-17 16:24:48.430663006 +0100
-@@ -101,7 +101,7 @@
- elseif (${_component} STREQUAL "gio-unix")
- pkg_check_modules(GIO_UNIX gio-unix-2.0)
- find_path(GLIB_GIO_UNIX_INCLUDE_DIR
-- NAMES gio/gunixfdlist.h
-+ NAMES gio/gdesktopappinfo.h
- HINTS ${GIO_UNIX_INCLUDEDIR}
- PATH_SUFFIXES gio-unix-2.0)
-
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.11.0-r1.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.11.0-r1.ebuild
deleted file mode 100644
index 667a5478..00000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.11.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
- >=dev-libs/glib-2.50.0
- >=dev-qt/qtcore-5.15:5
-"
-RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/${PN}-glib.patch" ) # https://bugs.gentoo.org/835648