diff options
-rw-r--r-- | desktop/homerun/homerun.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/homerun/homerun.info | 6 | ||||
-rw-r--r-- | system/homerun/doinst.sh | 9 |
3 files changed, 4 insertions, 13 deletions
diff --git a/desktop/homerun/homerun.SlackBuild b/desktop/homerun/homerun.SlackBuild index fbeb7fbeb9..a30969033d 100644 --- a/desktop/homerun/homerun.SlackBuild +++ b/desktop/homerun/homerun.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=homerun -VERSION=${VERSION:-1.2.3} +VERSION=${VERSION:-1.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/homerun/homerun.info b/desktop/homerun/homerun.info index 9bcc054a45..76d51820ea 100644 --- a/desktop/homerun/homerun.info +++ b/desktop/homerun/homerun.info @@ -1,8 +1,8 @@ PRGNAM="homerun" -VERSION="1.2.3" +VERSION="1.2.4" HOMEPAGE="http://userbase.kde.org/Homerun" -DOWNLOAD="http://download.kde.org/stable/homerun/src/homerun-1.2.3.tar.xz" -MD5SUM="72a0e7e88d631c41e72cb043c1cbe8e9" +DOWNLOAD="http://download.kde.org/stable/homerun/src/homerun-1.2.4.tar.xz" +MD5SUM="fad9bca1772ae6cf17cd1e646c0d6839" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/homerun/doinst.sh b/system/homerun/doinst.sh deleted file mode 100644 index 3e5691a052..0000000000 --- a/system/homerun/doinst.sh +++ /dev/null @@ -1,9 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |