Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 563626 Details for
Bug 677174
media-sound/gtick-0.5.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gtick.patch
gtick.patch (text/plain), 2.54 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2019-02-03 12:18:51 UTC
(
hide
)
Description:
gtick.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2019-02-03 12:18:51 UTC
Size:
2.54 KB
patch
obsolete
>diff --git a/media-sound/gtick/Manifest b/media-sound/gtick/Manifest >index e1e9d3f85c4..fc12cc5a937 100644 >--- a/media-sound/gtick/Manifest >+++ b/media-sound/gtick/Manifest >@@ -1 +1,2 @@ > DIST gtick-0.5.0.tar.gz 650541 BLAKE2B ecffe2ce04438352f3c294eee550d3d73268102960e9447bdea03c9ddfce20a223fb018f8dc92ab98a778f9a24718e2d740a2631d130da8eb4ea065761da0110 SHA512 916295cb4101e6b958e1a51195dcc0cc0e088f0b2a2e52afaf8becd93782277cbf9cd51ae4e0b3edbbc66994912b6f7be755632ff85a47aabb8fb87b4acb14ef >+DIST gtick-0.5.4.tar.gz 641902 BLAKE2B f1832f46b559908ae0c40bd0f6a08e145a0ba58a6cf2f8e7235b4f3f0b9141ea514cf52c51cef24d745ce360423daab855c42b5f6719664be65bf5f254650c1d SHA512 28ea6f38952c376f1f684e7b598d1032063f7fdf3454cdb86735cb835079312c0d1c30dfeade7272f5399296f2a2ede5b81524036a9ac0d91e0878865fab446e >diff --git a/media-sound/gtick/gtick-0.5.0.ebuild b/media-sound/gtick/gtick-0.5.0.ebuild >index 444515a7a38..01b14460e32 100644 >--- a/media-sound/gtick/gtick-0.5.0.ebuild >+++ b/media-sound/gtick/gtick-0.5.0.ebuild >@@ -1,12 +1,12 @@ >-# Copyright 1999-2012 Gentoo Foundation >+# Copyright 1999-2019 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > > EAPI=4 > inherit eutils > > DESCRIPTION="a metronome application supporting different meters and speeds ranging" >-HOMEPAGE="http://www.antcom.de/gtick" >-SRC_URI="http://www.antcom.de/gtick/download/${P}.tar.gz" >+HOMEPAGE="https://www.antcom.de/gtick" >+SRC_URI="https://www.antcom.de/gtick/download/${P}.tar.gz" > > LICENSE="GPL-3" > SLOT="0" >diff --git a/media-sound/gtick/gtick-0.5.4.ebuild b/media-sound/gtick/gtick-0.5.4.ebuild >new file mode 100644 >index 00000000000..6571517284c >--- /dev/null >+++ b/media-sound/gtick/gtick-0.5.4.ebuild >@@ -0,0 +1,41 @@ >+# Copyright 1999-2019 Gentoo Authors >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+ >+inherit desktop >+ >+DESCRIPTION="Metronome application supporting different meters and speeds ranging" >+HOMEPAGE="https://www.antcom.de/gtick" >+SRC_URI="https://www.antcom.de/gtick/download/${P}.tar.gz" >+ >+LICENSE="GPL-3" >+SLOT="0" >+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" >+IUSE="nls sndfile" >+ >+RDEPEND="x11-libs/gtk+:2 >+ media-sound/pulseaudio >+ sndfile? ( media-libs/libsndfile )" >+DEPEND="${RDEPEND} >+ nls? ( sys-devel/gettext )" >+BDEPEND="virtual/pkgconfig" >+ >+RESTRICT="test" >+ >+src_prepare() { >+ default >+ sed -i "/GenericName/d" ${PN}.desktop || die >+} >+ >+src_configure() { >+ econf \ >+ $(use_enable nls) \ >+ $(use_with sndfile) >+} >+ >+src_install() { >+ default >+ newicon src/icon48x48.xpm ${PN}.xpm >+ make_desktop_entry ${PN} "GTick" >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 677174
: 563626