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 }