diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-03 21:24:43 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-03 21:24:43 -0400 |
commit | 4d467abab75f7e748dd236389f668bfec683a6a2 (patch) | |
tree | 831ad7eb52a3faf10a0fba06c1269e814b85bfb0 | |
parent | ed3443bcd2c6efe481536b3d5a37614f130121d9 (diff) | |
download | gentoo-overlay-4d467abab75f7e748dd236389f668bfec683a6a2.tar.xz gentoo-overlay-4d467abab75f7e748dd236389f668bfec683a6a2.zip |
gui-apps/gammastep: bump
-rw-r--r-- | gui-apps/gammastep/Manifest | 2 | ||||
-rw-r--r-- | gui-apps/gammastep/files/metainfo.patch | 11 | ||||
-rw-r--r-- | gui-apps/gammastep/gammastep-2.0.7.ebuild (renamed from gui-apps/gammastep/gammastep-2.0.2.ebuild) | 1 |
3 files changed, 1 insertions, 13 deletions
diff --git a/gui-apps/gammastep/Manifest b/gui-apps/gammastep/Manifest index fdbd822..ec51105 100644 --- a/gui-apps/gammastep/Manifest +++ b/gui-apps/gammastep/Manifest @@ -1 +1 @@ -DIST gammastep-2.0.2.tar.bz2 535889 BLAKE2B f9297a9d5372e6bb2b2c35347db61a725a29aeb4b5b796610b4d068ab3ad869097c73d4e42c1281d15f9bc4577a477d37f4da373f9b2e711536d820828ec4cb3 SHA512 80403a76f6ee0ed71e17c17495fe4b2ccc25332d14775db1789285d964987511d82c9e7e7bd42e2ce1a656296976d7c8c1147c27997941911657aa23b21f368e +DIST gammastep-2.0.7.tar.bz2 539933 BLAKE2B 24deede72975f9114d691d7349c47bb5af5305f4ad1de7b99e0ecd32796b9d8aac548f7d27763c310b284517d4aa521facdd86f6c3237a7633865bba06b67aa3 SHA512 5071bc15b553f42538072d307965ccd4cacc7d3cce571bd5a2e44389834fee4abb9eeb28d849934eaa144dabc8b245854fc3bebea15a021aa8c8c380913ed5fd diff --git a/gui-apps/gammastep/files/metainfo.patch b/gui-apps/gammastep/files/metainfo.patch deleted file mode 100644 index 6cc487b..0000000 --- a/gui-apps/gammastep/files/metainfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am 2020-07-19 20:09:44.929367324 +1000 -+++ b/Makefile.am 2020-07-19 20:10:10.274780215 +1000 -@@ -80,7 +80,7 @@ - - # Appdata file - if ENABLE_GUI --appdatadir = @datadir@/appdata -+appdatadir = @datadir@/metainfo - appdata_DATA = $(APPDATA_IN_FILES:.xml.in=.xml) - - # We would preferable use @INTLTOOL_XML_RULE@ here but diff --git a/gui-apps/gammastep/gammastep-2.0.2.ebuild b/gui-apps/gammastep/gammastep-2.0.7.ebuild index 98c0ba4..28b1e7b 100644 --- a/gui-apps/gammastep/gammastep-2.0.2.ebuild +++ b/gui-apps/gammastep/gammastep-2.0.7.ebuild @@ -37,7 +37,6 @@ S="${WORKDIR}/${PN}-v${PV}" src_prepare() { default - eapply "${FILESDIR}/metainfo.patch" eautoreconf } |