New structuring for the PKGBUILD
Search Criteria
Package Details: xdemorse 2.9-3
Package Actions
| Package Base: | xdemorse |
|---|---|
| Description: | An X/GTK+ application - decodes Morse Code signals into text. |
| Upstream URL: | http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html |
| Category: | multimedia |
| Licenses: | |
| Submitter: | nivardus |
| Maintainer: | not_anonymous |
| Last Packager: | not_anonymous |
| Votes: | 3 |
| First Submitted: | 2011-07-13 22:10 |
| Last Updated: | 2015-02-19 02:54 |
Dependencies (8)
- alsa-lib
- desktop-file-utils
- gtk2
- autoconf (make)
- automake (make)
- imagemagick (make)
- intltool (make)
- pkg-config (make)
Required by (0)
Sources
- diff.autogen.sh
- http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse-2.9.tar.bz2
- xdemorse.1
- xdemorse.desktop
Latest Comments
Comment by not_anonymous
Comment by qs9rx
Sorry for the late update! Thanks for the patch :)
Comment by not_anonymous
I noticed that you might want to add something similar to this in your PKGBUILD:
makedepends=('autoconf' 'automake' 'gcc')
Here's a patch file to allow this to compile:
$ cat diff.autogen.sh
--- autogen.sh 2013-12-02 00:01:30.000000000 -0700
+++ autogen.sh 2015-02-03 19:46:28.373924564 -0700
@@ -10 +10 @@
-test "$REQUIRED_AUTOMAKE_VERSION" || REQUIRED_AUTOMAKE_VERSION=1.9
+test "$REQUIRED_AUTOMAKE_VERSION" || REQUIRED_AUTOMAKE_VERSION=1.15
@@ -357,0 +358 @@
+ 1.15*) automake_progs="automake-1.15 " ;;
Comment by qs9rx
Building currently fails because automake 1.15 is somehow not recognised as "automake >= 1.9" by the compilers. Not sure what to do, I hope it will resolve itself. Ideas welcome!
Comment by not_anonymous
New version out: 2.9
Comment by qs9rx
Thanks for the flag, I updated it and also fixed some things:
I removed the dependencies "atk" "glibc" "cairo" "fontconfig" "freetype2" "pango" as namcap told me they were already satisfied (by GTK I guess). Changed "gtk" to "gtk2". Added "alsa-lib".
Also changed the install path to /usr/bin/ instead of /usr/local/bin/
Comment by maxkessler
There are updated website and download URL's for the source package:
http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html
http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse-${pkgver}.tar.bz2
The current version is 2.6, but 2.5 is also available. The sha1sum for 2.6 is:
511e94351f75fab03cacad77ab71c5e5a3248b99
Comment by nickoe
***Error***: You must have automake >= 1.9 installed to build Package.
But I have automake 1.14...