From 96034cc103dda2c30275fcee6bace39b3317ee56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 30 Sep 2016 17:41:45 +0100 Subject: just bump some ebuilds, to make sure we didn't miss anything for release --- .../kogaion-artwork-mate-2.0-r3.ebuild | 42 ---------------------- .../kogaion-artwork-mate-3.1.ebuild | 42 ++++++++++++++++++++++ .../kogaion-theme-lxqt-1.0-r3.ebuild | 26 -------------- .../kogaion-theme-lxqt-1.0-r4.ebuild | 26 ++++++++++++++ 4 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-2.0-r3.ebuild create mode 100644 x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-3.1.ebuild delete mode 100644 x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r3.ebuild create mode 100644 x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild (limited to 'x11-themes') diff --git a/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-2.0-r3.ebuild b/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-2.0-r3.ebuild deleted file mode 100644 index 118df5f9..00000000 --- a/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-2.0-r3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Sabayon -# Copyright 2012-2015 Kogaion -# Distributed under the terms of the GNU General Public License v2 -# Header: $ - -EAPI=4 - -inherit gnome2-utils - -DESCRIPTION="Kogaion Linux Official MATE artwork" -HOMEPAGE="http://rogentos.ro/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~x86" -IUSE="" -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/" - -src_install() { - # Doing overrides. Because we can! - dodir /usr/share/glib-2.0/schemas - insinto /usr/share/glib-2.0/schemas - doins "${FILESDIR}/org.mate.kogaion.gschema.override" -} - -pkg_preinst() { - # taken from gnome2_schemas_savelist - has ${EAPI:-0} 0 1 2 && ! use prefix && ED="${D}" - pushd "${ED}" &>/dev/null - export GNOME2_ECLASS_GLIB_SCHEMAS="/usr/share/glib-2.0/schemas/org.mate.kogaion.gschema.override" - popd &>/dev/null -} - -pkg_postinst() { - gnome2_schemas_update -} - -pkg_postrm() { - gnome2_schemas_update --uninstall -} diff --git a/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-3.1.ebuild b/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-3.1.ebuild new file mode 100644 index 00000000..118df5f9 --- /dev/null +++ b/x11-themes/kogaion-artwork-mate/kogaion-artwork-mate-3.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 Sabayon +# Copyright 2012-2015 Kogaion +# Distributed under the terms of the GNU General Public License v2 +# Header: $ + +EAPI=4 + +inherit gnome2-utils + +DESCRIPTION="Kogaion Linux Official MATE artwork" +HOMEPAGE="http://rogentos.ro/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~arm ~x86" +IUSE="" +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/" + +src_install() { + # Doing overrides. Because we can! + dodir /usr/share/glib-2.0/schemas + insinto /usr/share/glib-2.0/schemas + doins "${FILESDIR}/org.mate.kogaion.gschema.override" +} + +pkg_preinst() { + # taken from gnome2_schemas_savelist + has ${EAPI:-0} 0 1 2 && ! use prefix && ED="${D}" + pushd "${ED}" &>/dev/null + export GNOME2_ECLASS_GLIB_SCHEMAS="/usr/share/glib-2.0/schemas/org.mate.kogaion.gschema.override" + popd &>/dev/null +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update --uninstall +} diff --git a/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r3.ebuild b/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r3.ebuild deleted file mode 100644 index e6a778fa..00000000 --- a/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2015 Rogentos -# Distributed under the terms of the GNU General Public License v3 -# Maintainer bionel - -EAPI=5 - -inherit eutils git-2 - -DESCRIPTION="Official Kogaion-Linux LXQT theme" -HOMEPAGE="http://www.rogentos.ro" - -EGIT_BRANCH="master" -EGIT_REPO_URI="https://gitlab.com/kogaion/kogaion-theme-lxqt.git" - -LICENSE="GPLv3" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" -RDEPEND="" - -src_install() { - rm README.md - dodir /usr/share/lxqt/themes - insinto /usr/share/lxqt/themes - doins -r * -} diff --git a/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild b/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild new file mode 100644 index 00000000..e6a778fa --- /dev/null +++ b/x11-themes/kogaion-theme-lxqt/kogaion-theme-lxqt-1.0-r4.ebuild @@ -0,0 +1,26 @@ +# Copyright 2015 Rogentos +# Distributed under the terms of the GNU General Public License v3 +# Maintainer bionel + +EAPI=5 + +inherit eutils git-2 + +DESCRIPTION="Official Kogaion-Linux LXQT theme" +HOMEPAGE="http://www.rogentos.ro" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/kogaion/kogaion-theme-lxqt.git" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" +RDEPEND="" + +src_install() { + rm README.md + dodir /usr/share/lxqt/themes + insinto /usr/share/lxqt/themes + doins -r * +} -- cgit v1.2.3