From 29f943b7493b556a0cde23e8c0721cc8c3e76753 Mon Sep 17 00:00:00 2001 From: Mikhail Kolesnik Date: Tue, 5 Dec 2006 23:44:43 +0200 Subject: [PATCH] sylpheed-claws-themes: added symlink caused by name change; this port will keep old name until upstream will change the tarball name --- sylpheed-claws-themes/.footprint | 1 + sylpheed-claws-themes/Pkgfile | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sylpheed-claws-themes/.footprint b/sylpheed-claws-themes/.footprint index e33002389..757867679 100644 --- a/sylpheed-claws-themes/.footprint +++ b/sylpheed-claws-themes/.footprint @@ -1,5 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/share/ +lrwxrwxrwx root/root usr/share/claws-mail -> /usr/share/sylpheed-claws drwxr-xr-x root/root usr/share/sylpheed-claws/ drwxr-xr-x root/root usr/share/sylpheed-claws/themes/ drwxr-xr-x root/root usr/share/sylpheed-claws/themes/Crystal/ diff --git a/sylpheed-claws-themes/Pkgfile b/sylpheed-claws-themes/Pkgfile index 7b4f6c873..77fb6e4b6 100644 --- a/sylpheed-claws-themes/Pkgfile +++ b/sylpheed-claws-themes/Pkgfile @@ -1,11 +1,11 @@ -# Description: Some themes for sylpheed-claws email client -# URL: http://claws.sylpheed.org +# Description: Some themes for claws mail email client +# URL: http://www.claws-mail.org/index.php # Maintainer: Mikhail Kolesnik, mike at openbunker dot org # Depends on: sylpheed-claws name=sylpheed-claws-themes version=20060615 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/sylpheed-claws/sylpheed-claws-themes-20060615.tar.bz2) build() { @@ -13,4 +13,5 @@ build() { ./configure --prefix=/usr make make DESTDIR=$PKG install + ln -s /usr/share/sylpheed-claws $PKG/usr/share/claws-mail }