summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-06 14:39:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-06 14:39:01 +0000
commite9848f819288ad820832150895a8ab090fa99c5b (patch)
treedebf68f56a95550a692bd048f067201a25f0a02e /x11-themes
parentf8ed4c2fc3a32e7aeca2dfe690fcc70e7f823fe6 (diff)
downloadbaldeagleos-repo-e9848f819288ad820832150895a8ab090fa99c5b.tar.gz
baldeagleos-repo-e9848f819288ad820832150895a8ab090fa99c5b.tar.xz
baldeagleos-repo-e9848f819288ad820832150895a8ab090fa99c5b.zip
Updating liguros repo
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild2
-rw-r--r--x11-themes/ubuntu-wallpapers/Manifest1
-rw-r--r--x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild41
3 files changed, 43 insertions, 1 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild
index c5d587e9538b..1f3c04e4a58f 100644
--- a/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild
+++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit readme.gentoo-r1 python-single-r1
DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu"
diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest
index 8aa157ff98c8..2157f3063638 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -1 +1,2 @@
DIST ubuntu-wallpapers_20.04.2.orig.tar.gz 221558552 BLAKE2B 2cec11a04ddec632df811b5764e8e777bb4c0ec03138f1e4f1b50fbd780fd33761b55e5da52d466d000461ad47d0d7c2348992053eb375f4a10f0d9808d0df4b SHA512 89ac61bbccff1226b08b7c1b8714b65829333f1ca7eedfc2f77842e2efc1e4d71509488fc5e902e6b35138df258c06c51a655f1722a13df9f382420c15673c54
+DIST ubuntu-wallpapers_20.10.3.orig.tar.gz 228597178 BLAKE2B 83cbe7ed38a6c8a7b4c1bb6ff0f3e42ce355c7d6ba46d33b7a9227ecdb5dad6dd3192d8ff4ebc414188b361719e3c48c979b87d2ba11417726ad1f46b73de332 SHA512 b66cc0b447ae66f9791369e4c76cdf3bbaf1a6f316e7bc30a1721469c227221162cf764234dc4913d1679b842eb83e3ea32a53680c512ede998ce604af2034de
diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild
new file mode 100644
index 000000000000..6101cdc76a80
--- /dev/null
+++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Ubuntu wallpapers"
+HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers"
+MY_P="${PN}_${PV}"
+SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
+
+# Review COPYING file for updates
+LICENSE="CC-BY-SA-3.0"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P/_/-}"
+
+SLOT="0"
+
+src_compile() { :; }
+src_test() { :; }
+
+src_install() {
+ insinto /usr/share/backgrounds
+ doins *.jpg *.png
+
+ insinto /usr/share/backgrounds/contest
+ doins contest/*.xml
+
+ for i in *.xml.in; do
+ insinto /usr/share/gnome-background-properties
+ newins ${i} ${i/.in/}
+ done
+
+ einstalldocs
+}