summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-l10n
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-22 10:34:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-22 10:34:22 +0100
commite57e403d595a1b4239d58ffa01cfd04116e3d876 (patch)
tree670e014359cc66d97abb1f174b1659fc14d06261 /lxqt-base/lxqt-l10n
parent8ae6831a751f37cc69146795decc0732f625e43d (diff)
lxqt-base/lxqt-meta : version bump
Diffstat (limited to 'lxqt-base/lxqt-l10n')
-rw-r--r--lxqt-base/lxqt-l10n/Manifest2
-rw-r--r--lxqt-base/lxqt-l10n/lxqt-l10n-0.12.0.ebuild (renamed from lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild)7
2 files changed, 2 insertions, 7 deletions
diff --git a/lxqt-base/lxqt-l10n/Manifest b/lxqt-base/lxqt-l10n/Manifest
index 38172c24..38d602bf 100644
--- a/lxqt-base/lxqt-l10n/Manifest
+++ b/lxqt-base/lxqt-l10n/Manifest
@@ -1 +1 @@
-DIST lxqt-l10n-0.11.0.tar.xz 513704 SHA256 ed05b57da536e9ea52f34fcbc15f386be4336ee8b411f3a24c043ee4dc27774a SHA512 827a38184d27684ab98234df671c48c8ff7d45bfe4fafafe82fd821786e856eaadade98f8d244cac9729dd0ec1a2d8d295b04397bed4a3375cac8191759ec27e WHIRLPOOL 1364b6974c38b53c69c425398c5fe1465b3100a503e2e82bd9d10e01068fb82b0bf0694a0dea5c17f1692381136d7fdf0f2b3ad0df17920c5eea4ca8df8d0f72
+DIST lxqt-l10n-0.12.0.tar.xz 695368 SHA256 62ef5183d209f84a238f040cd155182e0b5c00631368918a5a6bdedfcb27d02b SHA512 3012c25214e10bdbd262bd68a18c77eef6b2e5a0426ef82283150e4dd7b6f271080b95e4e7221235cf43fb430928359aeb95942a570e9ce8913ac5e61328efe9 WHIRLPOOL a93cebbc8c8e772a8e426382c9f3a151c1c3af63f13f949bb9947f0611a52d0d7be64dbc0af729f40e24ff67732f194d0aeebb666c637f1e50631c3c340bf130
diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.12.0.ebuild
index db396004..6985b89e 100644
--- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
+++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.12.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
- SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+ SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
@@ -22,8 +22,3 @@ DEPEND="
dev-qt/linguist-tools:5
~lxqt-base/liblxqt-${PV}
"
-
-src_install() {
- cmake-utils_src_install
- rm -rf ${ED}usr/share/obconf-qt
-}