Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
bash, claws-mail, cups, dd_rescue, efl, edgar, gnome-mplayer, mpg123,…
Browse files Browse the repository at this point in the history
… mutt, readline, xkerboard-config
  • Loading branch information
Phantom X committed May 28, 2014
1 parent ffa7fb3 commit e1fe7fd
Show file tree
Hide file tree
Showing 52 changed files with 257 additions and 337 deletions.
60 changes: 60 additions & 0 deletions ChangeLog.All
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
Tue May 27 22:50:06 BRT 2014
xkeyboard-config-2.12-x86_64-1xinc.txz
+--------------------------+
Tue May 27 21:21:45 BRT 2014
pcsxr-20140527-i686-1xinc.txz
+--------------------------+
Tue May 27 21:05:44 BRT 2014
dolphin-emu-20140527-x86_64-1xinc.txz
+--------------------------+
Tue May 27 19:18:20 BRT 2014
cups-1.7.3-x86_64-1xinc.txz
+--------------------------+
Tue May 27 18:22:25 BRT 2014
firefox-classic-theme-restorer-1.2.0beta18-noarch-1xinc.txz
+--------------------------+
Tue May 27 18:20:25 BRT 2014
mutt-1.5.23-x86_64-1xinc.txz
+--------------------------+
Tue May 27 18:12:24 BRT 2014
gecko-mediaplayer-1.0.9-x86_64-1xinc.txz
+--------------------------+
Tue May 27 18:10:58 BRT 2014
gnome-mplayer-1.0.9-x86_64-1xinc.txz
+--------------------------+
Tue May 27 18:10:11 BRT 2014
gmtk-1.0.9-x86_64-1xinc.txz
+--------------------------+
Tue May 27 18:07:23 BRT 2014
dd_rescue-1.45-x86_64-1xinc.txz
+--------------------------+
Mon May 26 19:29:51 BRT 2014
edgar-1.16.1-x86_64-1xinc.txz
+--------------------------+
Mon May 26 19:28:11 BRT 2014
mpg123-1.20.0-x86_64-1xinc.txz
+--------------------------+
Mon May 26 19:13:39 BRT 2014
terminology-0.5.1-x86_64-1xinc.txz
+--------------------------+
Mon May 26 19:11:33 BRT 2014
elementary-1.10.0-x86_64-1xinc.txz
+--------------------------+
Mon May 26 19:10:26 BRT 2014
emotion_generic_players-1.10.0-x86_64-1xinc.txz
+--------------------------+
Mon May 26 19:09:31 BRT 2014
evas_generic_loaders-1.10.0-x86_64-1xinc.txz
+--------------------------+
Mon May 26 19:01:30 BRT 2014
efl-1.10.0-x86_64-1xinc.txz
+--------------------------+
Mon May 26 18:50:53 BRT 2014
claws-mail-3.10.0-x86_64-1xinc.txz
+--------------------------+
Mon May 26 18:42:38 BRT 2014
bash-4.3.018-x86_64-1xinc.txz
+--------------------------+
Mon May 26 18:41:04 BRT 2014
readline-6.3.006-x86_64-1xinc.txz
+--------------------------+
Sun May 25 20:28:05 BRT 2014
libmicrohttpd-0.9.36-x86_64-1xinc.txz
+--------------------------+
Expand Down
4 changes: 4 additions & 0 deletions bash/ChangeLog.SB
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Mon May 26 18:42:38 BRT 2014
bash-4.3.018-x86_64-1xinc.txz:
Updated to 4.3.018.
+--------------------------+
Sat Apr 12 18:13:10 BRT 2014
bash-4.3.011-x86_64-1xinc.txz:
Updated to 4.3.011.
Expand Down
2 changes: 1 addition & 1 deletion bash/bash.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ NAME=bash
NAME2=bash-doc
PKG=${PKG:-${TMP}/package-${NAME}}

VERSION=${VERSION:-4.3.011}
VERSION=${VERSION:-4.3.018}
SVER="$( echo ${VERSION} | cut -d . -f1-2 )"
PATCHLEVEL="$( echo ${VERSION} | cut -d . -f3 )"
[ "${PATCHLEVEL}" = "" ] && PATCHLEVEL=0
Expand Down
4 changes: 4 additions & 0 deletions claws-mail/ChangeLog.SB
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Mon May 26 18:50:53 BRT 2014
claws-mail-3.10.0-x86_64-1xinc.txz:
Updated to 3.10.0.
+--------------------------+
Sat Dec 14 22:53:42 BRST 2013
claws-mail-3.9.3-x86_64-1xinc.txz:
Updated to 3.9.3.
Expand Down
15 changes: 10 additions & 5 deletions claws-mail/claws-mail.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Build script by Phantom X <megaphantomx at bol.com.br>
# Suggested usage: $ claws-mail.SlackBuild 2>&1 | tee build.log
#--
# Copyright 2008-2013 Phantom X, Goiania, Brazil.
# Copyright 2008-2014 Phantom X, Goiania, Brazil.
# Copyright 2006 Martijn Dekker, Groningen, Netherlands.
#
# Redistribution and use of this script, with or without modification, is
Expand Down Expand Up @@ -43,7 +43,7 @@ fi
NAME=claws-mail
PKG=${PKG:-${TMP}/package-${NAME}}

VERSION=${VERSION:-3.9.3}
VERSION=${VERSION:-3.10.0}
if [ "${SB_NATIVE}" = "YES" ] ;then
ARCH=${ARCH:-$(uname -m)}
else
Expand Down Expand Up @@ -75,13 +75,13 @@ DATE=$(LC_ALL=C date +%d-%b-%Y)
DOWNDIR=${CWD}/patches/updates

SRCDIR=${NAME}-${VERSION}
SRCARCHIVE=${SRCDIR}.tar.bz2
SRCARCHIVE=${SRCDIR}.tar.xz

DL_PROG=${DL_PROG:-wget}
DL_TO=${DL_TO:-5}
DL_OPTS=${DL_OPTS:-"--timeout=${DL_TO}"}
MIRROR_SF=${MIRROR_SF:-http://prdownloads.sourceforge.net}
DL_URL="${MIRROR_SF}/sylpheed-claws/${SRCARCHIVE}"
DL_URL="${MIRROR_SF}/${NAME}/${SRCARCHIVE}"

# if source is not present, download in source rootdir if possible
test -r ${CWD}/${SRCARCHIVE} || ${DL_PROG} ${DL_OPTS} ${DL_URL} || exit 1
Expand Down Expand Up @@ -157,6 +157,7 @@ CXXFLAGS="${SLKCFLAGS}" \
--infodir=/usr/info \
--mandir=/usr/man \
--docdir=/usr/doc/${NAME}-${VERSION} \
--disable-silent-rules \
--disable-static \
--disable-rpath \
--disable-dependency-tracking \
Expand Down Expand Up @@ -212,7 +213,7 @@ fi
find ${PKG} | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null

desktop-file-install --delete-original --vendor="" \
desktop-file-install --delete-original \
--dir ${PKG}/usr/share/applications \
--remove-key="Encoding" \
${PKG}/usr/share/applications/${NAME}.desktop || exit 1
Expand Down Expand Up @@ -241,6 +242,9 @@ mkdir -p ${DOCDIR}
find manual -type f -name Makefile.am -exec rm {} \;
find manual -type f -name Makefile.in -exec rm {} \;
find manual -type f -name Makefile -exec rm {} \;

rm -f manual/*/*.{pdf,ps}

# we include the manual in the doc section
rm -rf ${PKG}/usr/share/doc
cp -a \
Expand Down Expand Up @@ -311,6 +315,7 @@ fi

# Build package:
set +o xtrace # no longer print commands upon execution
set -e

ROOTCOMMANDS="set -o errexit -o xtrace ; cd ${PKG} ;
/bin/chown --recursive root:root . ;"
Expand Down
4 changes: 4 additions & 0 deletions cups/ChangeLog.SB
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tue May 27 19:18:20 BRT 2014
cups-1.7.3-x86_64-1xinc.txz:
Updated to 1.7.3.
+--------------------------+
Mon Apr 14 19:54:00 BRT 2014
cups-1.7.2-x86_64-1xinc.txz:
Updated to 1.7.2.
Expand Down
2 changes: 1 addition & 1 deletion cups/cups-compat32.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PNAME=cups
NAME=cups-compat32
PKG=${PKG:-${TMP}/package-${NAME}}

VERSION=${VERSION:-1.7.2}
VERSION=${VERSION:-1.7.3}
if [ "${SB_NATIVE}" = "YES" ] ;then
ARCH32=${ARCH32:-$(linux32 uname -m)}
else
Expand Down
2 changes: 1 addition & 1 deletion cups/cups.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
NAME=cups
PKG=${PKG:-${TMP}/package-${NAME}}

VERSION=${VERSION:-1.7.2}
VERSION=${VERSION:-1.7.3}
if [ "${SB_NATIVE}" = "YES" ] ;then
ARCH=${ARCH:-$(uname -m)}
else
Expand Down
Loading

0 comments on commit e1fe7fd

Please sign in to comment.