lxrandr

General talk about packaging procedures and packages.
Post Reply
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

lxrandr

Post by Tim CowChip »

Here's another handy tool that seems to be broken in slapt-src.

Code: Select all

Error: you need to run configure with '--enable-man'
       in order to regenerate man pages.
from /usr/src/slapt-src/system/lxrandr/lxrandr.SlackBuild:

Code: Select all

CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --localstatedir=/var \
  --sysconfdir=/etc \
  --enable-man \
  --mandir=/usr/man \
  --program-prefix= \
  --program-suffix= \
  --build=$ARCH-slackware-linux
make
I have built lxrandr-0.1.2-x86_64-1cf.txz and was thinking of submitting it.
ImageImage
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: lxrandr

Post by Tim CowChip »

Tim CowChip wrote:
I have built lxrandr-0.1.2-x86_64-1cf.txz and was thinking of submitting it.
https://sourceforge.net/p/salix/packages/151/
ImageImage
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: lxrandr

Post by mimosa »

Here is a direct link to the source tarball:

http://pkgs.fedoraproject.org/lookaside ... 1.2.tar.gz

I'm not sure if that's the best place to link to, but the sourceforge link in your SLKBUILD looks problematic to me.

Maybe there's something on the lxde site, too.
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: lxrandr

Post by Tim CowChip »

https://sourceforge.net/p/salix/packages/151/#be98

thanks mimosa I corrected my source link with yours.
ImageImage
Post Reply