summaryrefslogtreecommitdiff
path: root/slim
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2017-08-20 22:54:48 +0200
committerThomas Penteker <tek@serverop.de>2017-08-20 22:54:48 +0200
commit436a696d82d9414bf6d4ea486876c8d49c378cdf (patch)
treee35c99bc7530cb7d476955a713a5bf1734a8b5a6 /slim
parent315bedd23f04c49be008b490dbf9afc3c6579c3a (diff)
downloadopt-436a696d82d9414bf6d4ea486876c8d49c378cdf.tar.gz
opt-436a696d82d9414bf6d4ea486876c8d49c378cdf.tar.xz
slim: ->
Diffstat (limited to 'slim')
-rw-r--r--slim/.footprint6
-rw-r--r--slim/.signature6
-rw-r--r--slim/Pkgfile6
3 files changed, 8 insertions, 10 deletions
diff --git a/slim/.footprint b/slim/.footprint
index 59756a734..8f4f2e73d 100644
--- a/slim/.footprint
+++ b/slim/.footprint
@@ -8,10 +8,10 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libslim.so -> libslim.so.1.3.6
-rwxr-xr-x root/root usr/lib/libslim.so.1.3.6
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/slim.1.gz
drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/slim.1.gz
drwxr-xr-x root/root usr/share/slim/
drwxr-xr-x root/root usr/share/slim/themes/
drwxr-xr-x root/root usr/share/slim/themes/crux-smooth/
diff --git a/slim/.signature b/slim/.signature
index d16a92f8c..f29819086 100644
--- a/slim/.signature
+++ b/slim/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/TVI/EKloYu13HHNRH08xRRK3hhq441a26g0cy3+/t1AzZ7Xgs/z9YYQznoMBZUtlDnHe3kSajTI4u9L+LGJhgg=
-SHA256 (Pkgfile) = 7ebaf831e57200fba4b3060608cd532ff8de4573ba4a1b3e1a35f2b2f0ed8ce8
-SHA256 (.footprint) = 1e50b1bf3acb895e614c8ef66fbfea6dde7f0fb9c86de6e78b0f383708eb2fcb
+RWSE3ohX2g5d/Y/hC04Bw7zv5tGTEf3sfkJF299Pwo+zphYJRk9d0Nb7REAgZ69v9y1YoQuhrQPkk0UjsfJkRPbFsIs4OxzG4wU=
+SHA256 (Pkgfile) = f4675bd52b53a823cdc58d07037a18f3910ff23e0be45c8145de6e51439814d9
+SHA256 (.footprint) = 58d4f98570e611e4d175f24b0afa122c075444f01ec5c2ffb9dc9d5fda571976
SHA256 (slim-1.3.6.tar.gz) = 21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df
SHA256 (slim-crux-smooth.tar.gz) = 19d9106386b2965f151cf5813952f0da836138543dc713348a92c641ccf651fb
SHA256 (libpng.patch) = 9f018c2ff2c0c1788ef59c6e17c66f71ba5ecdf22099c5acc79ae293c7b097c4
diff --git a/slim/Pkgfile b/slim/Pkgfile
index 3d22f719a..068ce155a 100644
--- a/slim/Pkgfile
+++ b/slim/Pkgfile
@@ -13,10 +13,8 @@ source=(http://downloads.sourceforge.net/project/slim.berlios/slim-$version.tar.
build () {
cd $name-$version
- #patch -i ../libpng.patch -p1
-
# do NOT build slimlock (because of pam)
- sed -i -e 's:${MANDIR}:/usr/man:g' -e '224d' CMakeLists.txt
+ sed -i -e '224d' CMakeLists.txt
cmake -DCMAKE_INSTALL_PREFIX=/usr
@@ -31,5 +29,5 @@ build () {
chmod 0644 $PKG/usr/share/slim/themes/crux-smooth/*
# no systemd support
- rm -r $PKG/lib $PKG/usr/man/man1/slimlock.1
+ rm -r $PKG/lib $PKG/usr/share/man/man1/slimlock.1
}

Generated by cgit