# HG changeset patch # User Christophe Lincoln # Date 1393064556 -3600 # Node ID 6fe50f4887f2fd8160a4abec8bdb7c751b5fce2e # Parent c44a7d2a11ed61360abb3d816bab3056f7c40255 cups: fix install file in / diff -r c44a7d2a11ed -r 6fe50f4887f2 cups-pam/receipt --- a/cups-pam/receipt Fri Feb 21 20:49:34 2014 +0000 +++ b/cups-pam/receipt Sat Feb 22 11:22:36 2014 +0100 @@ -21,7 +21,7 @@ compile_rules() { cd $src - patch -Np1 -i $WOK/$SOURCE/stuff/install-sh.u + patch -Np1 -i ${wanted_stuff}/install-sh.u ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -32,7 +32,7 @@ --disable-ldap \ --with-cups-user=nobody \ --with-cups-group=nogroup \ - --with-languages="de es fr" \ + --with-languages="de es fr pt_BR ru" \ $CONFIGURE_ARGS && make && make BUILDROOT=$DESTDIR install @@ -53,21 +53,12 @@ cp -a $install/usr/share/icons/hicolor/32x32/apps/cups.png \ $fs/usr/share/pixmaps cp -a $install/var $fs - - # tazwok does not strip files other than .so in usr/lib - - for dir in $fs/usr/lib/cups - do - if [ -d "$dir" ]; then - find $dir -type f -exec strip -s '{}' 2>/dev/null \; - fi - done # PAM conf - cp -a $stuff/* $fs + cp -a $stuff/etc $fs # Daemon script - cp -a $WOK/cups/stuff/etc $fs + cp -a ${wanted_stuff}/etc $fs } # Start cups daemon and edit daemons.conf. diff -r c44a7d2a11ed -r 6fe50f4887f2 cups/receipt --- a/cups/receipt Fri Feb 21 20:49:34 2014 +0000 +++ b/cups/receipt Sat Feb 22 11:22:36 2014 +0100 @@ -37,7 +37,7 @@ --with-dbusdir=/etc/dbus-1 \ --with-cups-user=nobody \ --with-cups-group=nogroup \ - --with-languages="de es fr" \ + --with-languages="de es fr pt_BR ru" \ --with-pdftops=pdftops \ $CONFIGURE_ARGS && make && @@ -60,15 +60,6 @@ cp -a $install/usr/share/icons/hicolor/32x32/apps/cups.png $fs/usr/share/pixmaps cp -a $install/var $fs - # tazwok does not strip files other than .so in usr/lib - - for dir in $fs/usr/lib/cups - do - if [ -d "$dir" ]; then - find $dir -type f -exec strip -s '{}' 2>/dev/null \; - fi - done - # Daemon script cp -a $stuff/etc $fs