diff options
author | Howard Pepper <h_pepper at bellsouth {dot} net> | 2011-08-13 13:34:03 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-13 13:34:03 -0300 |
commit | 9a89a416b3083563fd831603a820662311221283 (patch) | |
tree | 2d8441fac3a765ced533d38a3ab9a5e980f65493 /misc | |
parent | 5cb094eddd3097b72dbfa58e98d57904c6af033e (diff) |
misc/xlog: Updated for version 2.0.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xlog/README | 2 | ||||
-rw-r--r-- | misc/xlog/slack-desc | 12 | ||||
-rw-r--r-- | misc/xlog/xlog.SlackBuild | 15 | ||||
-rw-r--r-- | misc/xlog/xlog.info | 8 |
4 files changed, 22 insertions, 15 deletions
diff --git a/misc/xlog/README b/misc/xlog/README index 3b5fbaff8f35..8e630f2cadab 100644 --- a/misc/xlog/README +++ b/misc/xlog/README @@ -3,6 +3,4 @@ xlog (ham radio contact logging program) Xlog is an easy to use program for logging your ham radio contacts. Contacts are saved in a browsable list which can be edited. -Homepage: http://savannah.nongnu.org/projects/Xlog - Xlog requires hamlib for rig control. diff --git a/misc/xlog/slack-desc b/misc/xlog/slack-desc index 7eea7194ddc9..631d9fe9da17 100644 --- a/misc/xlog/slack-desc +++ b/misc/xlog/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| xlog: xlog (ham radio contact logging program) -xlog: +xlog: xlog: Xlog is an easy to use program for logging your ham radio contacts. xlog: Contacts are saved in a browsable list which can be edited. xlog: xlog: Homepage: http://savannah.nongnu.org/projects/Xlog -xlog: -xlog: -xlog: -xlog: -xlog: +xlog: +xlog: +xlog: +xlog: +xlog: diff --git a/misc/xlog/xlog.SlackBuild b/misc/xlog/xlog.SlackBuild index ad5772afabc1..1808b39f767f 100644 --- a/misc/xlog/xlog.SlackBuild +++ b/misc/xlog/xlog.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xlog -VERSION=2.0.3 +VERSION=2.0.5 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -69,6 +67,17 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# As upstreams INSTALL file mentions, packagers should not run +# 'update-mime-database' neither 'update-desktop-database' and +# this should be disabled by default and enabled (if so desired) +# with --enable-mime-update. But... +# Make still runs 'update-desktop-database', creating a new +# index that would overwrite the one on the box receiving the +# package. +# This fixes it in the Makefile.in: +sed "/^@HAVE_DESKTOP_TRUE/s/\(@HAVE_DESKTOP_TRUE@\)/\1@MIMEUPDATE_TRUE@/g" \ + -i data/desktop/Makefile.in + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/misc/xlog/xlog.info b/misc/xlog/xlog.info index 527be51ebf22..6b7692206da5 100644 --- a/misc/xlog/xlog.info +++ b/misc/xlog/xlog.info @@ -1,10 +1,10 @@ PRGNAM="xlog" -VERSION="2.0.3" +VERSION="2.0.5" HOMEPAGE="http://savannah.nongnu.org/projects/Xlog" -DOWNLOAD="http://nongnu.askapache.com/xlog/xlog-2.0.3.tar.gz" -MD5SUM="c583ac96e3f1c3873f1030d44333e747" +DOWNLOAD="http://download.savannah.gnu.org/releases/xlog/xlog-2.0.5.tar.gz" +MD5SUM="dbdf0f29d5039165799ba0a8e53209be" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Howard Pepper" EMAIL="h_pepper <at> bellsouth {dot} net" -APPROVED="dsomero" +APPROVED="Niels Horn" |