Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
commit
5d7b5e6def
@ -0,0 +1,26 @@
|
||||
diff -ur hal-0.5.14_origin/hald/linux/blockdev.c hal-0.5.14/hald/linux/blockdev.c
|
||||
--- hal-0.5.14_origin/hald/linux/blockdev.c 2012-02-15 01:44:51.000000000 +0100
|
||||
+++ hal-0.5.14/hald/linux/blockdev.c 2012-02-15 01:45:12.000000000 +0100
|
||||
@@ -1864,7 +1864,7 @@
|
||||
char *ret;
|
||||
char *u_stdout;
|
||||
int u_exit_status;
|
||||
- const char *argv[] = {"/sbin/udevadm", "info", "--root", "--query", "name", "--path", NULL, NULL};
|
||||
+ const char *argv[] = {"/usr/bin/udevadm", "info", "--root", "--query", "name", "--path", NULL, NULL};
|
||||
GError *g_error;
|
||||
|
||||
ret = NULL;
|
||||
diff -ur hal-0.5.14_origin/hald/linux/coldplug.c hal-0.5.14/hald/linux/coldplug.c
|
||||
--- hal-0.5.14_origin/hald/linux/coldplug.c 2012-02-15 01:44:51.000000000 +0100
|
||||
+++ hal-0.5.14/hald/linux/coldplug.c 2012-02-15 01:45:08.000000000 +0100
|
||||
@@ -154,8 +154,8 @@
|
||||
static gboolean
|
||||
hal_util_init_sysfs_to_udev_map (void)
|
||||
{
|
||||
- char *udevdb_export_argv[] = { "/sbin/udevadm", "info", "-e", NULL };
|
||||
- char *udevroot_argv[] = { "/sbin/udevadm", "info", "-r", NULL };
|
||||
+ char *udevdb_export_argv[] = { "/usr/bin/udevadm", "info", "-e", NULL };
|
||||
+ char *udevroot_argv[] = { "/usr/bin/udevadm", "info", "-r", NULL };
|
||||
int udevinfo_exitcode;
|
||||
UdevInfo *info = NULL;
|
||||
char *p;
|
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
pkgarray="qt3 tqtinterface arts dbus-tqt kdelibs kdebase"
|
||||
arch=`uname -m`
|
||||
|
||||
for i in $pkgarray; do
|
||||
cd trinity-${i}
|
||||
makepkg -sicf --noconfirm
|
||||
cd ..
|
||||
done
|
||||
|
||||
#mkdir binaires-$arch
|
||||
|
||||
mv `find . -name *.tar.xz` binaries-$arch
|
@ -0,0 +1,216 @@
|
||||
# Maintainer: Pawel 'l0ner' Soltys <pwslts@gmail.com>
|
||||
# Contributor: Calvin Morrison <mutantturkey@gmail.com>
|
||||
|
||||
pkgname=('trinity-kdebase' 'trinity-kdm' 'trinity-konsole' 'trinity-kate' 'trinity-konqueror')
|
||||
pkgver=3513
|
||||
pkgrel=6
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.trinitydesktop.org'
|
||||
license=('GPL')
|
||||
groups=('trinity-base')
|
||||
pkgdesc="Trinity Desktop Enviroment base components"
|
||||
depends=('trinity-kdelibs')
|
||||
makedepends=('pkgconfig' 'cmake' 'autoconf' 'imake' 'xorg-bdftopcf' 'smbclient'
|
||||
'libraw1394' 'libxtst' 'libxkbfile' 'hal')
|
||||
confilicts=('kdemod3-kdebase')
|
||||
options=('libtool')
|
||||
source=('http://mirror.ets.kth.se/trinity/releases/3.5.13/kdebase-3.5.13.tar.gz'
|
||||
'patches.tar.bz2'
|
||||
'xsession.patch'
|
||||
'arch-kdeshutdown.png'
|
||||
'kdm-default-face.png'
|
||||
'agent-shutdown.sh'
|
||||
'agent-startup.sh'
|
||||
'kdm-trinity'
|
||||
'trinity.desktop')
|
||||
md5sums=('d1f7e1f94eeb46b981fe1ba144179840'
|
||||
'327e4d68bd1fc4d29bdb273e81f90415'
|
||||
'895f5d7351aa73ba1f57b0ad27081d69'
|
||||
'bb3004513d703d6b72ce70aa240af3a3'
|
||||
'e6afdd7ca60c4c59b851135785347e75'
|
||||
'18e8d01124b19f7df2937c06e177bf7f'
|
||||
'c963ef6e37c9051119972a58c67f05fb'
|
||||
'376d85d213cf3c04cb0912e5cccd68bd'
|
||||
'1418e45fea5a9738544cbd264c36373b')
|
||||
|
||||
build() {
|
||||
cd $srcdir/kdebase
|
||||
|
||||
msg "Setting PATH, CMAKE and Trinity Environment variables"
|
||||
# Source the QT and TDE profile
|
||||
[ "$QTDIR" = "" ] && . /etc/profile.d/qt3.sh
|
||||
[ "$TDEDIR" = "" ] && . /etc/profile.d/trinity.sh
|
||||
|
||||
#export CMAKE_PREFIX_PATH=${QTDIR}:${TDEDIR}
|
||||
#export CMAKE_INCLUDE_PATH=${TDEDIR}/include/dbus-1-tqt/:${TDEDIR}/include/dbus-1.0/:${TDEDIR}/include:${TDEDIR}/include/libkrandr
|
||||
#export LD_LIBRARY_PATH=${TDEDIR}/lib:${TDEDIR}/lib/trinity:${QTDIR}/lib:$LD_LIBRARY_PATH
|
||||
#export PKG_CONFIG_PATH=${TDEDIR}/lib/pkgconfig:${QTDIR}/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
|
||||
msg "Patching..."
|
||||
for patch in $srcdir/patches/*.patch; do
|
||||
_p=`basename $patch`
|
||||
msg "Applying patch $_p.."
|
||||
patch -Np0 -i $patch
|
||||
done
|
||||
|
||||
#Compatibility with kde3 and kde4
|
||||
#sed -ie 's/applications-merged/tde-applications-merged/g' applnk/CMakeLists.txt
|
||||
|
||||
msg "Creating out-of-source build directory: ${srcdir}/build"
|
||||
mkdir -p ../build
|
||||
cd ../build
|
||||
|
||||
msg "Starting cmake..."
|
||||
cmake ${srcdir}/kdebase \
|
||||
-DCMAKE_INSTALL_PREFIX=${TDEDIR} \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DWITH_XFIXES=ON \
|
||||
-DWITH_XCOMPOSITE=ON \
|
||||
-DWITH_XCURSOR=ON \
|
||||
-DWITH_XRANDR=ON \
|
||||
-DWITH_XRENDER=ON \
|
||||
-DWITH_XDAMAGE=ON \
|
||||
-DWITH_SHADOW=ON \
|
||||
-DWITH_XDMCP=ON \
|
||||
-DWITH_XINERAMA=ON \
|
||||
-DWITH_XEXT=ON \
|
||||
-DWITH_PAM=ON \
|
||||
-DWITH_HAL=ON \
|
||||
-DWITH_ARTS=ON \
|
||||
-DWITH_SASL=ON \
|
||||
-DWITH_OPENEXR=ON \
|
||||
-DWITH_SAMBA=ON \
|
||||
-DWITH_LIBUSB=ON \
|
||||
-DWITH_LDAP=ON \
|
||||
-DWITH_LIBRAW1394=ON \
|
||||
-DWITH_I8K=ON \
|
||||
-DBUILD_ALL=ON
|
||||
make
|
||||
|
||||
}
|
||||
|
||||
package_trinity-kdebase() {
|
||||
pkgname='trinity-kdebase'
|
||||
pkgdesc='Trinity Desktop Enviroment'
|
||||
depends=('trinity-dbus-tqt' 'hal'
|
||||
'libxtst' 'libraw1394')
|
||||
#'xorg-server' 'xorg-xset' 'xorg-xsetroot' 'xorg-xprop' 'xorg-xmessage' 'xorg-xinit'
|
||||
optdepends=('desktop-file-utils: Command line utilities for working with desktop entries'
|
||||
'pciutils: PCI bus configuration space access library and tools'
|
||||
'xscreensaver: Screen saver and locker for the X Window System'
|
||||
'xorg-fonts-75dpi: X.org 75dpi fonts collection'
|
||||
'samba: file sharing over SMB')
|
||||
install='trinity-kdebase.install'
|
||||
|
||||
msg "Packaging - $pkgname-$pkgver"
|
||||
_splitfolders="applnk drkonqi kappfinder kcheckpass kcminit kcontrol
|
||||
kdcop kdebugdialog kdeeject kdepasswd kdeprint kdesktop
|
||||
kdesu kdialog kfind khelpcenter khotkeys kicker kioslave
|
||||
klipper kmenuedit knetattach kpager kpersonalizer kreadconfig
|
||||
krootbacking kscreensaver ksmserver ksplashml kstart ksysguard
|
||||
ksystraycmd ktip kwin l10n kxkb nsplugins pics tqt3integration
|
||||
tsak doc/faq doc/glossary doc/kcontrol doc/kdcop
|
||||
doc/kdebugdialog doc/kdeprint doc/kdesu doc/kfind
|
||||
doc/khelpcenter doc/kicker doc/kinfocenter doc/kioslave
|
||||
doc/klipper doc/kmenuedit doc/knetattach doc/kompmgr doc/kpager
|
||||
doc/ksplashml doc/ksysguard doc/kxkb doc/quickstart
|
||||
doc/userguide doc/visualdict"
|
||||
for _dir in $_splitfolders; do
|
||||
cd ${srcdir}/build/$_dir
|
||||
make DESTDIR="$pkgdir" install
|
||||
done
|
||||
|
||||
# install X11 session file
|
||||
install -d -m755 ${pkgdir}/etc/X11/sessions
|
||||
install -m755 ${srcdir}/trinity.desktop ${pkgdir}/etc/X11/sessions/trinity.desktop
|
||||
|
||||
# create the starttrinity link
|
||||
# do we need this? wouldn't be better to rename startkde script
|
||||
# to starttrinity? Well, whathever.
|
||||
ln -sf $TDEDIR/bin/startkde ${pkgdir}$TDEDIR/bin/starttrinity
|
||||
|
||||
# install mkpamserv script, so we can auto-generate pam.d configs in post_install()
|
||||
install -D -m755 ${srcdir}/kdebase/mkpamserv ${pkgdir}${TDEDIR}/bin/mkpamserv
|
||||
|
||||
# dbus config file. I don't know if we need this, since directory listed
|
||||
# in the config file doens't exist. Maybe this should be provided by dbus bindings?
|
||||
# No, after riconsidering I'm not gonna provide it unless it's required.
|
||||
|
||||
# Install nice arch logo to use in the shutdown dialog
|
||||
install -D -m 644 $srcdir/arch-kdeshutdown.png ${pkgdir}$TDEDIR/share/apps/ksmserver/pics/shutdownkonq.png
|
||||
|
||||
# add startup/shutdown agents for ssh and gpg-agent
|
||||
install -m644 -D $srcdir/agent-startup.sh ${pkgdir}$TDEDIR/env/agent-startup.sh
|
||||
install -m755 -D $srcdir/agent-shutdown.sh ${pkgdir}$TDEDIR/shutdown/agent-shutdown.sh
|
||||
|
||||
# fix kde icons for gnome by creating symlinks
|
||||
mkdir -p ${pkgdir}$TDEDIR/share/icons/gnome/{128x128,64x64,32x32,16x16,48x48,22x22,scalable}
|
||||
mkdir -p ${pkgdir}$TDEDIR/share/icons/crystalsvg/{128x128/apps,64x64/apps,32x32/apps,16x16/apps,48x48/apps,22x22/apps,scalable/apps}
|
||||
cd ${pkgdir}$TDEDIR/share/icons/gnome/
|
||||
for i in *; do
|
||||
cd $i
|
||||
ln -sf ../../crystalsvg/$i/apps/ apps
|
||||
cd ..
|
||||
done
|
||||
|
||||
}
|
||||
|
||||
package_trinity-kdm() {
|
||||
pkgname='trinity-kdm'
|
||||
pkgdesc="Trinity Display Manager"
|
||||
|
||||
msg "Packaging - $pkgname-$pkgver"
|
||||
_splitfolders="kdm kdmlib doc/kdm"
|
||||
for _dir in $_splitfolders; do
|
||||
cd ${srcdir}/build/$_dir
|
||||
make DESTDIR="$pkgdir" install
|
||||
done
|
||||
|
||||
# update the Xsession file, this resolves problem with kdm dropping back
|
||||
# to the login screen
|
||||
patch -N ${pkgdir}${TDEDIR}/share/config/kdm/Xsession < ${srcdir}/xsession.patch
|
||||
|
||||
# install kdm rc.d script. We need this to start kdm from rc.d
|
||||
install -D -m755 ${srcdir}/kdm-trinity "${pkgdir}"/etc/rc.d/kdm-trinity
|
||||
|
||||
# Add image for default user avatar. This removes kdm complains about missing
|
||||
# default avatar from kdm.log
|
||||
install -D -m 644 $srcdir/kdm-default-face.png ${pkgdir}$TDEDIR/share/apps/kdm/faces/.default.face.icon
|
||||
install -D -m 644 $srcdir/kdm-default-face.png ${pkgdir}$TDEDIR/share/apps/kdm/pics/users/arch-kdm.png
|
||||
}
|
||||
|
||||
package_trinity-konsole() {
|
||||
pkgname='trinity-konsole'
|
||||
pkgdesc="Trinity - an X termnal emulator"
|
||||
|
||||
msg "Packaging - $pkgname-$pkgver"
|
||||
_splitfolders="konsole doc/konsole"
|
||||
for _dir in $_splitfolders; do
|
||||
cd ${srcdir}/build/$_dir
|
||||
make DESTDIR="$pkgdir" install
|
||||
done
|
||||
}
|
||||
|
||||
package_trinity-kate() {
|
||||
pkgnmae='trinity-kate'
|
||||
pkgdesc="Trinity - A fast texteditor with an Emacs-style document interface"
|
||||
|
||||
msg "Packaging - $pkgname-$pkgver"
|
||||
_splitfolders="kate doc/kate doc/kwrite"
|
||||
for _dir in $_splitfolders; do
|
||||
cd ${srcdir}/build/$_dir
|
||||
make DESTDIR="$pkgdir" install
|
||||
done
|
||||
}
|
||||
|
||||
package_trinity-konqueror() {
|
||||
pkgname='trinity-kate'
|
||||
pkgdesc="Trinity Swiss Army file and web browser."
|
||||
|
||||
msg "Packaging - $pkgname-$pkgver"
|
||||
_splitfolders="konqueror libkonq doc/konqueror"
|
||||
for _dir in $_splitfolders; do
|
||||
cd ${srcdir}/build/$_dir
|
||||
make DESTDIR="$pkgdir" install
|
||||
done
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# This file is executed at kde shutdown.
|
||||
# Uncomment the following lines to kill the agents
|
||||
# that were started at session startup.
|
||||
|
||||
if [ "${GPG_AGENT_INFO}" ]; then
|
||||
kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
|
||||
fi
|
||||
#
|
||||
if [ "${SSH_AGENT_PID}" ]; then
|
||||
ssh-agent -k
|
||||
fi
|
@ -0,0 +1,19 @@
|
||||
# Agents startup file
|
||||
#
|
||||
# This file is sourced at kde startup, so that
|
||||
# the environment variables set here are available
|
||||
# throughout the session.
|
||||
|
||||
# Uncomment the following lines to start gpg-agent
|
||||
# and/or ssh-agent at kde startup.
|
||||
# If you do so, do not forget to uncomment the respective
|
||||
# lines in KDEDIR/shutdown/agent-shutdown.sh to
|
||||
# properly kill the agents when the session ends.
|
||||
|
||||
if [ -x /usr/bin/gpg-agent ]; then
|
||||
eval "$(/usr/bin/gpg-agent --daemon)"
|
||||
fi
|
||||
#
|
||||
if [ -x /usr/bin/ssh-agent ]; then
|
||||
eval "$(/usr/bin/ssh-agent -s)"
|
||||
fi
|
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -0,0 +1,40 @@
|
||||
#!/bin/bash
|
||||
|
||||
# general config
|
||||
. /etc/rc.conf
|
||||
. /etc/rc.d/functions
|
||||
|
||||
PID=`pidof -o %PPID /opt/trinity/bin/kdm`
|
||||
case "$1" in
|
||||
start)
|
||||
#Check for running kdm, start when not running
|
||||
stat_busy "Starting TDM Desktop Manager"
|
||||
[ -z "$PID" ] && /opt/trinity/bin/kdm &> /dev/null
|
||||
if [ $? -gt 0 ]; then
|
||||
stat_fail
|
||||
else
|
||||
echo $PID > /var/run/kdm.pid
|
||||
add_daemon kdm-trinity
|
||||
stat_done
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
stat_busy "Stopping TDM Desktop Manager"
|
||||
[ ! -z "$PID" ] && kill $PID &> /dev/null
|
||||
if [ $? -gt 0 ]; then
|
||||
stat_fail
|
||||
else
|
||||
rm_daemon kdm-trinity
|
||||
stat_done
|
||||
fi
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
sleep 1
|
||||
$0 start
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 {start|stop|restart}"
|
||||
;;
|
||||
esac
|
||||
exit 0
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,19 @@
|
||||
post_install() {
|
||||
ldconfig &> /dev/null
|
||||
mkpamserv trinity
|
||||
echo "Please remember that you can change your kdesu backend from su to sudo"
|
||||
echo "by adding following lines to your ~/.trinity/share/kdesurc or to the"
|
||||
echo "$TDEDIR/share/config/kdesurc:"
|
||||
echo "[super-user-command]"
|
||||
echo "super-user-command=sudo"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
ldconfig &> /dev/null
|
||||
rm /etc/pam.d/trinity
|
||||
}
|
||||
|
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=XSession
|
||||
Exec=/opt/trinity/bin/startkde
|
||||
TryExec=/opt/trinity/bin/startkde
|
||||
Name=Trinity
|
||||
Comment=The Trinity Desktop Environment. A powerful Open Source graphical desktop environment
|
||||
|
Binary file not shown.
@ -0,0 +1,28 @@
|
||||
--- /mnt/archlinux/opt/trinity/share/config/kdm/Xsession 2011-12-08 13:08:43.000000000 +0100
|
||||
+++ /opt/kde3/share/config/kdm/Xsession 2011-09-24 14:52:28.000000000 +0200
|
||||
@@ -43,4 +43,24 @@
|
||||
;;
|
||||
esac
|
||||
# invoke global X session script
|
||||
-. /etc/X11/Xsession
|
||||
+
|
||||
+
|
||||
+ case $session in
|
||||
+ "")
|
||||
+ exec xmessage -center -buttons OK:0 -default OK "Sorry, $DESKTOP_SESSION is no valid session."
|
||||
+ ;;
|
||||
+ failsafe)
|
||||
+ exec ck-launch-session xterm -geometry 80x24-0-0
|
||||
+ ;;
|
||||
+ custom)
|
||||
+ exec ck-launch-session $HOME/.xsession
|
||||
+ ;;
|
||||
+ default)
|
||||
+ exec ck-launch-session /opt/trinity/bin/startkde
|
||||
+ ;;
|
||||
+ *)
|
||||
+ eval exec ck-launch-session "$session"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ exec xmessage -center -buttons OK:0 -default OK "Sorry, cannot execute $session. Check $DESKTOP_SESSION.desktop."
|
||||
+
|
Binary file not shown.
@ -1,12 +1,20 @@
|
||||
post_install() {
|
||||
ldconfig &> /dev/null
|
||||
echo "Note that the tools provided by this package (assistant, designer,"
|
||||
echo "linguist, lrelease, lupdate, moc, qmake and qtconfig) have been"
|
||||
echo "renamet to qt3<toolname> to ensure compatibility with Qt4 and should"
|
||||
echo "be run through new command scheme."
|
||||
echo ""
|
||||
echo "In order to update PATH to include Qt3 binaries location, You should"
|
||||
echo "reboot your system. Before you do that you can access Qt3 bin path by"
|
||||
echo "sourcing /etc/profile.d/qt3.sh"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
ldconfig &> /dev/null
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
ldconfig &> /dev/null
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkgarray="kdeaccessibility kdeaddons kdeadmin kdeartwork kdeedu
|
||||
kdegames kdegraphics kdemultimedia kdenetwork kdepim
|
||||
kdesdk kdetoys kdeutils kdevelop kdewebdev libcaldav
|
||||
libcarddav libkdcraw libkexiv2 libkipi i18n"
|
||||
arch=`uname -m`
|
||||
|
||||
for i in $pkgarray; do
|
||||
cd trinity-${i}
|
||||
makepkg -s -c -i --noconfirm
|
||||
cd ..
|
||||
done
|
||||
|
||||
[ -d binaries-$arch ] || mkdir binaires-$arch
|
||||
|
||||
mv `find . -name *.tar.xz` binaries-$arch/
|
||||
|
@ -1,3 +1,3 @@
|
||||
opt/trinity/include/kde/kmymoney/*
|
||||
opt/trinity/include/tde/kmymoney/*
|
||||
opt/trinity/lib/lib*.la
|
||||
opt/trinity/lib/lib*.so
|
||||
|
@ -0,0 +1,45 @@
|
||||
Imlib Version 11
|
||||
----------------
|
||||
|
||||
Imlib11 is linked with libpng12, which began life as libpng3. This is
|
||||
in accordance with the practice of Redhat. The GDK version of imlib,
|
||||
being part of GNOME 1, has remained linked with libpng2.
|
||||
|
||||
No library that links with this version of Imlib may also link with
|
||||
libpng2.
|
||||
|
||||
No application that links with this version of Imlib may link with
|
||||
libpng2, neither directly nor through a third library.
|
||||
|
||||
If you accidentally link an application with imlib and libpng2, the
|
||||
application may behave in unpredictible ways, possibly crashing,
|
||||
possibly emitting warnings similar to the following:
|
||||
|
||||
libpng warning: Application was compiled with png.h from libpng-1.2.1
|
||||
libpng warning: Application is running with png.c from libpng-1.0.12
|
||||
libpng error: Incompatible libpng version in application and library
|
||||
|
||||
|
||||
|
||||
Imlib Version 1
|
||||
---------------
|
||||
|
||||
Imlib1 and gdk-imlib1 are compiled against libpng2. If you need to
|
||||
build with libpng2, install the package imlib1-dev or gdk-imlib1-dev
|
||||
as appropriate.
|
||||
|
||||
|
||||
The Palette File
|
||||
----------------
|
||||
|
||||
The system Imlib/Gdk-Imlib palette file was moved from the directory
|
||||
`/etc/im' to `/etc/imlib'. This move may cause problems for users who
|
||||
have a `.imrc' file in their home directory since that file may
|
||||
contain a reference to the old location of the palette file. To
|
||||
correct this problem, the "PaletteFile" entry should look like:
|
||||
|
||||
PaletteFile /etc/imlib/im_palette.pal
|
||||
|
||||
I believe this changed happened in late 1999.
|
||||
|
||||
-- Steve M. Robbins <smr@debian.org>, Sun Oct 19 15:11:42 2003
|
@ -0,0 +1,23 @@
|
||||
Imlib Image Conversion
|
||||
----------------------
|
||||
|
||||
The imlib and gdk-imlib libraries have a number of built-in image
|
||||
conversion routines, and are capable of loading or saving in *at
|
||||
least* the following formats: GIF, JPEG, PNG, TIFF, PS, BMP, XPM, and
|
||||
PPM.
|
||||
|
||||
Prior to version 1.9.13, imlib and gdk-imlib could use an external
|
||||
program, such as Imagemagick's "convert", to load or save images
|
||||
in formats not handled internally to Imlib.
|
||||
|
||||
|
||||
|
||||
"All fallbacks failed."
|
||||
-----------------------
|
||||
|
||||
This message indicates that the file you wished to load is not handled
|
||||
by Imlib.
|
||||
|
||||
The remedy is to convert the image file by hand using, for example,
|
||||
Imagemagick's "convert" command: "convert foo.rgb foo.png". Then
|
||||
you'll have to fix up the application to use the new filename instead.
|
@ -0,0 +1,29 @@
|
||||
libcaldav (0.6.5-2debian2) maverick; urgency=low
|
||||
|
||||
* Fixed RECURRENCE-ID modification with Zimbra CalDAV resources
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 28 Aug 2010 16:34:00 -0600
|
||||
|
||||
libcaldav (0.6.4-0debian0) lenny; urgency=low
|
||||
|
||||
* Added VTODO support
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Fri, 27 Aug 2010 18:53:00 -0600
|
||||
|
||||
libcaldav (0.6.3-0debian1) lenny; urgency=low
|
||||
|
||||
* Multiple VEVENT blocks in a single CardDAV response are now returned correctly
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 26 Aug 2010 15:40:00 -0600
|
||||
|
||||
libcaldav (0.6.2-0debian0) lenny; urgency=low
|
||||
|
||||
* Added "Connection: close" to the list of headers sent, so that server keep-alive (which causes long delays) is disabled.
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 18 Jul 2010 15:29:00 -0600
|
||||
|
||||
libcaldav (0.6.1-1debian0) lenny; urgency=low
|
||||
|
||||
* Initial Lenny build
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 31 May 2010 01:55:00 -0600
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,23 @@
|
||||
Source: libcaldav
|
||||
Build-Depends: debhelper (>= 5), quilt, libcurl4-gnutls-dev (>= 7.19), libglib2.0-dev, automake, autoconf, libtool, libltdl-dev
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: libcaldav
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}
|
||||
Description:
|
||||
libcaldav provides a C interface for caldav PIM clients
|
||||
|
||||
Package: libcaldav-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libcaldav (= ${binary:Version})
|
||||
Description:
|
||||
libcaldav provides a C interface for caldav PIM clients
|
||||
.
|
||||
This is the development package containing header files and link
|
||||
libraries for libcaldav.
|
@ -0,0 +1,13 @@
|
||||
This package was debianized by Timothy Pearson (kb9vqf@pearsoncomputing.net)
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/libcaldav/
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright 2008 by Michael Rasmussen (mir@datanom.net)
|
||||
|
||||
License:
|
||||
|
||||
All libraries in this package are released under the GPL
|
||||
(/usr/share/common-licenses/GPL-3). The programs and examples are
|
||||
under the GPL (/usr/share/common-licenses/GPL).
|
@ -0,0 +1,105 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/quilt/quilt.make
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# This has to be exported to make some magic below work.
|
||||
export DH_OPTIONS
|
||||
|
||||
export CFLAGS = -g
|
||||
|
||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -O0
|
||||
else
|
||||
CFLAGS += -O3
|
||||
endif
|
||||
|
||||
# Suppress accidental execution of the auto-* tools, c.f.
|
||||
# http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg01416.html
|
||||
no_auto_tools = ACLOCAL="`pwd`/missing aclocal" \
|
||||
AUTOCONF="`pwd`/missing autoconf" \
|
||||
AUTOMAKE="`pwd`/missing automake" \
|
||||
AUTOHEADER="`pwd`/missing autoheader"
|
||||
|
||||
make_flags = moduledir=/usr/lib/gdk-imlib2 $(no_auto_tools)
|
||||
|
||||
build: $(QUILT_STAMPFN) build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
$(MAKE) $(make_flags)
|
||||
|
||||
touch build-stamp
|
||||
|
||||
clean: unpatch
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
|
||||
[ ! -f Makefile ] || $(MAKE) clean
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
|
||||
dh_clean
|
||||
|
||||
install: DH_OPTIONS=
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
$(MAKE) $(make_flags) DESTDIR=`pwd`/debian/tmp install
|
||||
|
||||
dh_movefiles
|
||||
|
||||
# Library package
|
||||
dh_install -plibcaldav --autodest debian/tmp/usr/lib/libcaldav.so*
|
||||
|
||||
# Developer package
|
||||
mv debian/tmp/usr/include/libcaldav* debian/tmp/usr/include/libcaldav
|
||||
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/libcaldav.la
|
||||
dh_install -plibcaldav-dev --autodest debian/tmp/usr/include/libcaldav/*
|
||||
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/pkgconfig/*
|
||||
|
||||
# This single target is used to build all the packages, all at once, or
|
||||
# one at a time. So keep in mind: any options passed to commands here will
|
||||
# affect _all_ packages. Anything you want to only affect one package
|
||||
# should be put in another target, such as the install target.
|
||||
binary-common:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs -A debian/README.Debian
|
||||
dh_installexamples
|
||||
dh_installmenu
|
||||
dh_installcron
|
||||
dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_strip
|
||||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
# Build architecture independent packages using the common target.
|
||||
binary-indep: build install
|
||||
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
|
||||
|
||||
# Build architecture dependent packages using the common target.
|
||||
binary-arch: build install
|
||||
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
|
||||
|
||||
# Any other binary targets build just one binary package at a time.
|
||||
binary-%: build install
|
||||
make -f debian/rules binary-common DH_OPTIONS=-p$*
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-(.*)\.tar\.gz
|
@ -0,0 +1,45 @@
|
||||
Imlib Version 11
|
||||
----------------
|
||||
|
||||
Imlib11 is linked with libpng12, which began life as libpng3. This is
|
||||
in accordance with the practice of Redhat. The GDK version of imlib,
|
||||
being part of GNOME 1, has remained linked with libpng2.
|
||||
|
||||
No library that links with this version of Imlib may also link with
|
||||
libpng2.
|
||||
|
||||
No application that links with this version of Imlib may link with
|
||||
libpng2, neither directly nor through a third library.
|
||||
|
||||
If you accidentally link an application with imlib and libpng2, the
|
||||
application may behave in unpredictible ways, possibly crashing,
|
||||
possibly emitting warnings similar to the following:
|
||||
|
||||
libpng warning: Application was compiled with png.h from libpng-1.2.1
|
||||
libpng warning: Application is running with png.c from libpng-1.0.12
|
||||
libpng error: Incompatible libpng version in application and library
|
||||
|
||||
|
||||
|
||||
Imlib Version 1
|
||||
---------------
|
||||
|
||||
Imlib1 and gdk-imlib1 are compiled against libpng2. If you need to
|
||||
build with libpng2, install the package imlib1-dev or gdk-imlib1-dev
|
||||
as appropriate.
|
||||
|
||||
|
||||
The Palette File
|
||||
----------------
|
||||
|
||||
The system Imlib/Gdk-Imlib palette file was moved from the directory
|
||||
`/etc/im' to `/etc/imlib'. This move may cause problems for users who
|
||||
have a `.imrc' file in their home directory since that file may
|
||||
contain a reference to the old location of the palette file. To
|
||||
correct this problem, the "PaletteFile" entry should look like:
|
||||
|
||||
PaletteFile /etc/imlib/im_palette.pal
|
||||
|
||||
I believe this changed happened in late 1999.
|
||||
|
||||
-- Steve M. Robbins <smr@debian.org>, Sun Oct 19 15:11:42 2003
|
@ -0,0 +1,23 @@
|
||||
Imlib Image Conversion
|
||||
----------------------
|
||||
|
||||
The imlib and gdk-imlib libraries have a number of built-in image
|
||||
conversion routines, and are capable of loading or saving in *at
|
||||
least* the following formats: GIF, JPEG, PNG, TIFF, PS, BMP, XPM, and
|
||||
PPM.
|
||||
|
||||
Prior to version 1.9.13, imlib and gdk-imlib could use an external
|
||||
program, such as Imagemagick's "convert", to load or save images
|
||||
in formats not handled internally to Imlib.
|
||||
|
||||
|
||||
|
||||
"All fallbacks failed."
|
||||
-----------------------
|
||||
|
||||
This message indicates that the file you wished to load is not handled
|
||||
by Imlib.
|
||||
|
||||
The remedy is to convert the image file by hand using, for example,
|
||||
Imagemagick's "convert" command: "convert foo.rgb foo.png". Then
|
||||
you'll have to fix up the application to use the new filename instead.
|
@ -0,0 +1,17 @@
|
||||
libcarddav (0.6.2-2debian2) maverick; urgency=low
|
||||
|
||||
* Modified contact list grabber to first execute a WebDAV directory list, then use the results to get only the contact files in that directory.
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 21 Jul 2010 02:55:00 -0600
|
||||
|
||||
libcarddav (0.6.2-0debian1) lenny; urgency=low
|
||||
|
||||
* Added "Connection: close" to the list of headers sent, so that server keep-alive (which causes long delays) is disabled.
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 18 Jul 2010 15:29:00 -0600
|
||||
|
||||
libcarddav (0.6.2-0debian0) lenny; urgency=low
|
||||
|
||||
* Initial Lenny build
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 31 May 2010 01:55:00 -0600
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,23 @@
|
||||
Source: libcarddav
|
||||
Build-Depends: debhelper (>= 5), libcurl4-gnutls-dev, libglib2.0-dev, quilt, automake, autoconf, libtool, libltdl-dev
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: libcarddav
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}
|
||||
Description:
|
||||
libcarddav provides a C interface for carddav PIM clients
|
||||
|
||||
Package: libcarddav-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libcarddav (= ${binary:Version})
|
||||
Description:
|
||||
libcarddav provides a C interface for carddav PIM clients
|
||||
.
|
||||
This is the development package containing header files and link
|
||||
libraries for libcarddav.
|
@ -0,0 +1,14 @@
|
||||
This package was debianized by Timothy Pearson (kb9vqf@pearsoncomputing.net)
|
||||
|
||||
It was created from unreleased sources derived from libcaldav
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright 2010 by Timothy Pearson (kb9vqf@pearsoncomputing.net)
|
||||
Copyright 2008 by Michael Rasmussen (mir@datanom.net)
|
||||
|
||||
License:
|
||||
|
||||
All libraries in this package are released under the GPL
|
||||
(/usr/share/common-licenses/GPL-3). The programs and examples are
|
||||
under the GPL (/usr/share/common-licenses/GPL).
|
@ -0,0 +1,105 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/quilt/quilt.make
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# This has to be exported to make some magic below work.
|
||||
export DH_OPTIONS
|
||||
|
||||
export CFLAGS = -g
|
||||
|
||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -O0
|
||||
else
|
||||
CFLAGS += -O3
|
||||
endif
|
||||
|
||||
# Suppress accidental execution of the auto-* tools, c.f.
|
||||
# http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg01416.html
|
||||
no_auto_tools = ACLOCAL="`pwd`/missing aclocal" \
|
||||
AUTOCONF="`pwd`/missing autoconf" \
|
||||
AUTOMAKE="`pwd`/missing automake" \
|
||||
AUTOHEADER="`pwd`/missing autoheader"
|
||||
|
||||
make_flags = moduledir=/usr/lib/gdk-imlib2 $(no_auto_tools)
|
||||
|
||||
build: $(QUILT_STAMPFN) build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
$(MAKE) $(make_flags)
|
||||
|
||||
touch build-stamp
|
||||
|
||||
clean: unpatch
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
|
||||
[ ! -f Makefile ] || $(MAKE) clean
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
|
||||
dh_clean
|
||||
|
||||
install: DH_OPTIONS=
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
$(MAKE) $(make_flags) DESTDIR=`pwd`/debian/tmp install
|
||||
|
||||
dh_movefiles
|
||||
|
||||
# Library package
|
||||
dh_install -plibcarddav --autodest debian/tmp/usr/lib/libcarddav.so*
|
||||
|
||||
# Developer package
|
||||
mv debian/tmp/usr/include/libcarddav* debian/tmp/usr/include/libcarddav
|
||||
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/libcarddav.la
|
||||
dh_install -plibcarddav-dev --autodest debian/tmp/usr/include/libcarddav/*
|
||||
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/pkgconfig/*
|
||||
|
||||
# This single target is used to build all the packages, all at once, or
|
||||
# one at a time. So keep in mind: any options passed to commands here will
|
||||
# affect _all_ packages. Anything you want to only affect one package
|
||||
# should be put in another target, such as the install target.
|
||||
binary-common:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs -A debian/README.Debian
|
||||
dh_installexamples
|
||||
dh_installmenu
|
||||
dh_installcron
|
||||
dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_strip
|
||||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
# Build architecture independent packages using the common target.
|
||||
binary-indep: build install
|
||||
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
|
||||
|
||||
# Build architecture dependent packages using the common target.
|
||||
binary-arch: build install
|
||||
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
|
||||
|
||||
# Any other binary targets build just one binary package at a time.
|
||||
binary-%: build install
|
||||
make -f debian/rules binary-common DH_OPTIONS=-p$*
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-(.*)\.tar\.gz
|
@ -1,4 +1,4 @@
|
||||
opt/trinity/include/kde/pythonize.h
|
||||
opt/trinity/include/tde/pythonize.h
|
||||
opt/trinity/lib/libpythonize.a
|
||||
opt/trinity/lib/libpythonize.la
|
||||
opt/trinity/lib/libpythonize.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
debian/tmp/opt/trinity/include/kde/smoke.h
|
||||
debian/tmp/opt/trinity/include/tde/smoke.h
|
||||
debian/tmp/opt/trinity/lib/libsmokeqt.so
|
||||
debian/tmp/opt/trinity/lib/libsmokeqt.la
|
||||
|
@ -1,3 +1,3 @@
|
||||
/opt/trinity/include/kde/libkiten
|
||||
/opt/trinity/include/tde/libkiten
|
||||
opt/trinity/lib/libkiten.la
|
||||
opt/trinity/lib/libkiten.so
|
||||
|
@ -1,5 +1,5 @@
|
||||
/opt/trinity/include/kde/atlantik
|
||||
/opt/trinity/include/kde/atlantic
|
||||
/opt/trinity/include/tde/atlantik
|
||||
/opt/trinity/include/tde/atlantic
|
||||
/opt/trinity/lib/libatlantic.so
|
||||
/opt/trinity/lib/libatlantikclient.so
|
||||
/opt/trinity/lib/libatlantikui.so
|
||||
|
@ -1,2 +1,2 @@
|
||||
/opt/trinity/include/kde/kolf
|
||||
/opt/trinity/include/tde/kolf
|
||||
/opt/trinity/lib/libkolf.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
/opt/trinity/include/kde/*.h
|
||||
/opt/trinity/include/kde/kgame
|
||||
/opt/trinity/include/tde/*.h
|
||||
/opt/trinity/include/tde/kgame
|
||||
/opt/trinity/lib/libtdegames.so
|
||||
/opt/trinity/lib/libtdegames.la
|
||||
|
@ -1,3 +1,3 @@
|
||||
debian/tmp/opt/trinity/include/kde/poppler-link-qt3.h
|
||||
debian/tmp/opt/trinity/include/kde/poppler-page-transition.h
|
||||
debian/tmp/opt/trinity/include/kde/poppler-qt.h
|
||||
debian/tmp/opt/trinity/include/tde/poppler-link-qt3.h
|
||||
debian/tmp/opt/trinity/include/tde/poppler-page-transition.h
|
||||
debian/tmp/opt/trinity/include/tde/poppler-qt.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
/opt/trinity/bin/indexlib-config
|
||||
/opt/trinity/include/kde/index
|
||||
/opt/trinity/include/tde/index
|
||||
/opt/trinity/lib/libindex.la
|
||||
/opt/trinity/lib/libindex.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
/opt/trinity/include/kde/kgantt
|
||||
/opt/trinity/include/tde/kgantt
|
||||
/opt/trinity/lib/libkgantt.la
|
||||
/opt/trinity/lib/libkgantt.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
/opt/trinity/include/kde/tdepim/exchangeaccount.h
|
||||
/opt/trinity/include/kde/tdepim/exchangeclient.h
|
||||
/opt/trinity/include/tde/tdepim/exchangeaccount.h
|
||||
/opt/trinity/include/tde/tdepim/exchangeclient.h
|
||||
/opt/trinity/lib/libkpimexchange.la
|
||||
/opt/trinity/lib/libkpimexchange.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
/opt/trinity/include/kde/ksieve
|
||||
/opt/trinity/include/tde/ksieve
|
||||
/opt/trinity/lib/libksieve.la
|
||||
/opt/trinity/lib/libksieve.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
/opt/trinity/include/kde/ktnef
|
||||
/opt/trinity/include/tde/ktnef
|
||||
/opt/trinity/lib/libktnef.la
|
||||
/opt/trinity/lib/libktnef.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
/opt/trinity/include/kde/mimelib
|
||||
/opt/trinity/include/tde/mimelib
|
||||
/opt/trinity/lib/libmimelib.la
|
||||
/opt/trinity/lib/libmimelib.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
/opt/trinity/include/kde/tdepimmacros.h
|
||||
/opt/trinity/include/tde/tdepimmacros.h
|
||||
/opt/trinity/lib/libtdepim.la
|
||||
/opt/trinity/lib/libtdepim.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
debian/tmp/opt/trinity/include/kde
|
||||
debian/tmp/opt/trinity/include/tde
|
||||
debian/tmp/opt/trinity/lib/lib*.so
|
||||
debian/tmp/opt/trinity/lib/lib*.la
|
||||
|
@ -1,7 +1,7 @@
|
||||
debian/tmp/opt/trinity/include/kde/kommander*
|
||||
debian/tmp/opt/trinity/include/tde/kommander*
|
||||
debian/tmp/opt/trinity/lib/libkommanderplugin.la
|
||||
debian/tmp/opt/trinity/lib/libkommanderplugin.so
|
||||
debian/tmp/opt/trinity/lib/libkommanderwidget.la
|
||||
debian/tmp/opt/trinity/lib/libkommanderwidget.so
|
||||
debian/tmp/opt/trinity/lib/libkommanderwidgets.so
|
||||
debian/tmp/opt/trinity/include/kde/specials.h
|
||||
debian/tmp/opt/trinity/include/tde/specials.h
|
||||
|
@ -1,3 +1,3 @@
|
||||
opt/trinity/include/kde/kmymoney/*
|
||||
opt/trinity/include/tde/kmymoney/*
|
||||
opt/trinity/lib/lib*.la
|
||||
opt/trinity/lib/lib*.so
|
||||
|
@ -0,0 +1,45 @@
|
||||
Imlib Version 11
|
||||
----------------
|
||||
|
||||
Imlib11 is linked with libpng12, which began life as libpng3. This is
|
||||
in accordance with the practice of Redhat. The GDK version of imlib,
|
||||
being part of GNOME 1, has remained linked with libpng2.
|
||||
|
||||
No library that links with this version of Imlib may also link with
|
||||
libpng2.
|
||||
|
||||
No application that links with this version of Imlib may link with
|
||||
libpng2, neither directly nor through a third library.
|
||||
|
||||
If you accidentally link an application with imlib and libpng2, the
|
||||
application may behave in unpredictible ways, possibly crashing,
|
||||
possibly emitting warnings similar to the following:
|
||||
|
||||
libpng warning: Application was compiled with png.h from libpng-1.2.1
|
||||
libpng warning: Application is running with png.c from libpng-1.0.12
|
||||
libpng error: Incompatible libpng version in application and library
|
||||
|
||||
|
||||
|
||||
Imlib Version 1
|
||||
---------------
|
||||
|
||||
Imlib1 and gdk-imlib1 are compiled against libpng2. If you need to
|
||||
build with libpng2, install the package imlib1-dev or gdk-imlib1-dev
|
||||
as appropriate.
|
||||
|
||||
|
||||
The Palette File
|
||||
----------------
|
||||
|
||||
The system Imlib/Gdk-Imlib palette file was moved from the directory
|
||||
`/etc/im' to `/etc/imlib'. This move may cause problems for users who
|
||||
have a `.imrc' file in their home directory since that file may
|
||||
contain a reference to the old location of the palette file. To
|
||||
correct this problem, the "PaletteFile" entry should look like:
|
||||
|
||||
PaletteFile /etc/imlib/im_palette.pal
|
||||
|
||||
I believe this changed happened in late 1999.
|
||||
|
||||
-- Steve M. Robbins <smr@debian.org>, Sun Oct 19 15:11:42 2003
|
@ -0,0 +1,23 @@
|
||||
Imlib Image Conversion
|
||||
----------------------
|
||||
|
||||
The imlib and gdk-imlib libraries have a number of built-in image
|
||||
conversion routines, and are capable of loading or saving in *at
|
||||
least* the following formats: GIF, JPEG, PNG, TIFF, PS, BMP, XPM, and
|
||||
PPM.
|
||||
|
||||
Prior to version 1.9.13, imlib and gdk-imlib could use an external
|
||||
program, such as Imagemagick's "convert", to load or save images
|
||||
in formats not handled internally to Imlib.
|
||||
|
||||
|
||||
|
||||
"All fallbacks failed."
|
||||
-----------------------
|
||||
|
||||
This message indicates that the file you wished to load is not handled
|
||||
by Imlib.
|
||||
|
||||
The remedy is to convert the image file by hand using, for example,
|
||||
Imagemagick's "convert" command: "convert foo.rgb foo.png". Then
|
||||
you'll have to fix up the application to use the new filename instead.
|
@ -0,0 +1,29 @@
|
||||
libcaldav (0.6.5-2debian2) maverick; urgency=low
|
||||
|
||||
* Fixed RECURRENCE-ID modification with Zimbra CalDAV resources
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 28 Aug 2010 16:34:00 -0600
|
||||
|
||||
libcaldav (0.6.4-0debian0) lenny; urgency=low
|
||||
|
||||
* Added VTODO support
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Fri, 27 Aug 2010 18:53:00 -0600
|
||||
|
||||
libcaldav (0.6.3-0debian1) lenny; urgency=low
|
||||
|
||||
* Multiple VEVENT blocks in a single CardDAV response are now returned correctly
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 26 Aug 2010 15:40:00 -0600
|
||||
|
||||
libcaldav (0.6.2-0debian0) lenny; urgency=low
|
||||
|
||||
* Added "Connection: close" to the list of headers sent, so that server keep-alive (which causes long delays) is disabled.
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 18 Jul 2010 15:29:00 -0600
|
||||
|
||||
libcaldav (0.6.1-1debian0) lenny; urgency=low
|
||||
|
||||
* Initial Lenny build
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 31 May 2010 01:55:00 -0600
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,23 @@
|
||||
Source: libcaldav
|
||||
Build-Depends: debhelper (>= 5), quilt, libcurl4-gnutls-dev (>= 7.19), libglib2.0-dev, automake, autoconf, libtool, libltdl-dev
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: libcaldav
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}
|
||||
Description:
|
||||
libcaldav provides a C interface for caldav PIM clients
|
||||
|
||||
Package: libcaldav-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libcaldav (= ${binary:Version})
|
||||
Description:
|
||||
libcaldav provides a C interface for caldav PIM clients
|
||||
.
|
||||
This is the development package containing header files and link
|
||||
libraries for libcaldav.
|
@ -0,0 +1,13 @@
|
||||
This package was debianized by Timothy Pearson (kb9vqf@pearsoncomputing.net)
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/libcaldav/
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright 2008 by Michael Rasmussen (mir@datanom.net)
|
||||
|
||||
License:
|
||||
|
||||
All libraries in this package are released under the GPL
|
||||
(/usr/share/common-licenses/GPL-3). The programs and examples are
|
||||
under the GPL (/usr/share/common-licenses/GPL).
|
@ -0,0 +1,105 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/quilt/quilt.make
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# This has to be exported to make some magic below work.
|
||||
export DH_OPTIONS
|
||||
|
||||
export CFLAGS = -g
|
||||
|
||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -O0
|
||||
else
|
||||
CFLAGS += -O3
|
||||
endif
|
||||
|
||||
# Suppress accidental execution of the auto-* tools, c.f.
|
||||
# http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg01416.html
|
||||
no_auto_tools = ACLOCAL="`pwd`/missing aclocal" \
|
||||
AUTOCONF="`pwd`/missing autoconf" \
|
||||
AUTOMAKE="`pwd`/missing automake" \
|
||||
AUTOHEADER="`pwd`/missing autoheader"
|
||||
|
||||
make_flags = moduledir=/usr/lib/gdk-imlib2 $(no_auto_tools)
|
||||
|
||||
build: $(QUILT_STAMPFN) build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
$(MAKE) $(make_flags)
|
||||
|
||||
touch build-stamp
|
||||
|
||||
clean: unpatch
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
|
||||
[ ! -f Makefile ] || $(MAKE) clean
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
|
||||
dh_clean
|
||||
|
||||
install: DH_OPTIONS=
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
$(MAKE) $(make_flags) DESTDIR=`pwd`/debian/tmp install
|
||||
|
||||
dh_movefiles
|
||||
|
||||
# Library package
|
||||
dh_install -plibcaldav --autodest debian/tmp/usr/lib/libcaldav.so*
|
||||
|
||||
# Developer package
|
||||
mv debian/tmp/usr/include/libcaldav* debian/tmp/usr/include/libcaldav
|
||||
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/libcaldav.la
|
||||
dh_install -plibcaldav-dev --autodest debian/tmp/usr/include/libcaldav/*
|
||||
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/pkgconfig/*
|
||||
|
||||
# This single target is used to build all the packages, all at once, or
|
||||
# one at a time. So keep in mind: any options passed to commands here will
|
||||
# affect _all_ packages. Anything you want to only affect one package
|
||||
# should be put in another target, such as the install target.
|
||||
binary-common:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs -A debian/README.Debian
|
||||
dh_installexamples
|
||||
dh_installmenu
|
||||
dh_installcron
|
||||
dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_strip
|
||||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
# Build architecture independent packages using the common target.
|
||||
binary-indep: build install
|
||||
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
|
||||
|
||||
# Build architecture dependent packages using the common target.
|
||||
binary-arch: build install
|
||||
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
|
||||
|
||||
# Any other binary targets build just one binary package at a time.
|
||||
binary-%: build install
|
||||
make -f debian/rules binary-common DH_OPTIONS=-p$*
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-(.*)\.tar\.gz
|
@ -0,0 +1,45 @@
|
||||
Imlib Version 11
|
||||
----------------
|
||||
|
||||
Imlib11 is linked with libpng12, which began life as libpng3. This is
|
||||
in accordance with the practice of Redhat. The GDK version of imlib,
|
||||
being part of GNOME 1, has remained linked with libpng2.
|
||||
|
||||
No library that links with this version of Imlib may also link with
|
||||
libpng2.
|
||||
|
||||
No application that links with this version of Imlib may link with
|
||||
libpng2, neither directly nor through a third library.
|
||||
|
||||
If you accidentally link an application with imlib and libpng2, the
|
||||
application may behave in unpredictible ways, possibly crashing,
|
||||
possibly emitting warnings similar to the following:
|
||||
|
||||
libpng warning: Application was compiled with png.h from libpng-1.2.1
|
||||
libpng warning: Application is running with png.c from libpng-1.0.12
|
||||
libpng error: Incompatible libpng version in application and library
|
||||
|
||||
|
||||
|
||||
Imlib Version 1
|
||||
---------------
|
||||
|
||||
Imlib1 and gdk-imlib1 are compiled against libpng2. If you need to
|
||||
build with libpng2, install the package imlib1-dev or gdk-imlib1-dev
|
||||
as appropriate.
|
||||
|
||||
|
||||
The Palette File
|
||||
----------------
|
||||
|
||||
The system Imlib/Gdk-Imlib palette file was moved from the directory
|
||||
`/etc/im' to `/etc/imlib'. This move may cause problems for users who
|
||||
have a `.imrc' file in their home directory since that file may
|
||||
contain a reference to the old location of the palette file. To
|
||||
correct this problem, the "PaletteFile" entry should look like:
|
||||
|
||||
PaletteFile /etc/imlib/im_palette.pal
|
||||
|
||||
I believe this changed happened in late 1999.
|
||||
|
||||
-- Steve M. Robbins <smr@debian.org>, Sun Oct 19 15:11:42 2003
|
@ -0,0 +1,23 @@
|
||||
Imlib Image Conversion
|
||||
----------------------
|
||||
|
||||
The imlib and gdk-imlib libraries have a number of built-in image
|
||||
conversion routines, and are capable of loading or saving in *at
|
||||
least* the following formats: GIF, JPEG, PNG, TIFF, PS, BMP, XPM, and
|
||||
PPM.
|
||||
|
||||
Prior to version 1.9.13, imlib and gdk-imlib could use an external
|
||||
program, such as Imagemagick's "convert", to load or save images
|
||||
in formats not handled internally to Imlib.
|
||||
|
||||
|
||||
|
||||
"All fallbacks failed."
|
||||
-----------------------
|
||||
|
||||
This message indicates that the file you wished to load is not handled
|
||||
by Imlib.
|
||||
|
||||
The remedy is to convert the image file by hand using, for example,
|
||||
Imagemagick's "convert" command: "convert foo.rgb foo.png". Then
|
||||
you'll have to fix up the application to use the new filename instead.
|
@ -0,0 +1,17 @@
|
||||
libcarddav (0.6.2-2debian2) maverick; urgency=low
|
||||
|
||||
* Modified contact list grabber to first execute a WebDAV directory list, then use the results to get only the contact files in that directory.
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 21 Jul 2010 02:55:00 -0600
|
||||
|
||||
libcarddav (0.6.2-0debian1) lenny; urgency=low
|
||||
|
||||
* Added "Connection: close" to the list of headers sent, so that server keep-alive (which causes long delays) is disabled.
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 18 Jul 2010 15:29:00 -0600
|
||||
|
||||
libcarddav (0.6.2-0debian0) lenny; urgency=low
|
||||
|
||||
* Initial Lenny build
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 31 May 2010 01:55:00 -0600
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,23 @@
|
||||
Source: libcarddav
|
||||
Build-Depends: debhelper (>= 5), libcurl4-gnutls-dev, libglib2.0-dev, quilt, automake, autoconf, libtool, libltdl-dev
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: libcarddav
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}
|
||||
Description:
|
||||
libcarddav provides a C interface for carddav PIM clients
|
||||
|
||||
Package: libcarddav-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libcarddav (= ${binary:Version})
|
||||
Description:
|
||||
libcarddav provides a C interface for carddav PIM clients
|
||||
.
|
||||
This is the development package containing header files and link
|
||||
libraries for libcarddav.
|
@ -0,0 +1,14 @@
|
||||
This package was debianized by Timothy Pearson (kb9vqf@pearsoncomputing.net)
|
||||
|
||||
It was created from unreleased sources derived from libcaldav
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright 2010 by Timothy Pearson (kb9vqf@pearsoncomputing.net)
|
||||
Copyright 2008 by Michael Rasmussen (mir@datanom.net)
|
||||
|
||||
License:
|
||||
|
||||
All libraries in this package are released under the GPL
|
||||
(/usr/share/common-licenses/GPL-3). The programs and examples are
|
||||
under the GPL (/usr/share/common-licenses/GPL).
|
@ -0,0 +1,105 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/quilt/quilt.make
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# This has to be exported to make some magic below work.
|
||||
export DH_OPTIONS
|
||||
|
||||
export CFLAGS = -g
|
||||
|
||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -O0
|
||||
else
|
||||
CFLAGS += -O3
|
||||
endif
|
||||
|
||||
# Suppress accidental execution of the auto-* tools, c.f.
|
||||
# http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg01416.html
|
||||
no_auto_tools = ACLOCAL="`pwd`/missing aclocal" \
|
||||
AUTOCONF="`pwd`/missing autoconf" \
|
||||
AUTOMAKE="`pwd`/missing automake" \
|
||||
AUTOHEADER="`pwd`/missing autoheader"
|
||||
|
||||
make_flags = moduledir=/usr/lib/gdk-imlib2 $(no_auto_tools)
|
||||
|
||||
build: $(QUILT_STAMPFN) build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
$(MAKE) $(make_flags)
|
||||
|
||||
touch build-stamp
|
||||
|
||||
clean: unpatch
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
|
||||
[ ! -f Makefile ] || $(MAKE) clean
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
|
||||
dh_clean
|
||||
|
||||
install: DH_OPTIONS=
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
$(MAKE) $(make_flags) DESTDIR=`pwd`/debian/tmp install
|
||||
|
||||
dh_movefiles
|
||||
|
||||
# Library package
|
||||
dh_install -plibcarddav --autodest debian/tmp/usr/lib/libcarddav.so*
|
||||
|
||||
# Developer package
|
||||
mv debian/tmp/usr/include/libcarddav* debian/tmp/usr/include/libcarddav
|
||||
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/libcarddav.la
|
||||
dh_install -plibcarddav-dev --autodest debian/tmp/usr/include/libcarddav/*
|
||||
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/pkgconfig/*
|
||||
|
||||
# This single target is used to build all the packages, all at once, or
|
||||
# one at a time. So keep in mind: any options passed to commands here will
|
||||
# affect _all_ packages. Anything you want to only affect one package
|
||||
# should be put in another target, such as the install target.
|
||||
binary-common:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs -A debian/README.Debian
|
||||
dh_installexamples
|
||||
dh_installmenu
|
||||
dh_installcron
|
||||
dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_strip
|
||||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
# Build architecture independent packages using the common target.
|
||||
binary-indep: build install
|
||||
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
|
||||
|
||||
# Build architecture dependent packages using the common target.
|
||||
binary-arch: build install
|
||||
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
|
||||
|
||||
# Any other binary targets build just one binary package at a time.
|
||||
binary-%: build install
|
||||
make -f debian/rules binary-common DH_OPTIONS=-p$*
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-(.*)\.tar\.gz
|
@ -1,4 +1,4 @@
|
||||
opt/trinity/include/kde/pythonize.h
|
||||
opt/trinity/include/tde/pythonize.h
|
||||
opt/trinity/lib/libpythonize.a
|
||||
opt/trinity/lib/libpythonize.la
|
||||
opt/trinity/lib/libpythonize.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
debian/tmp/opt/trinity/include/kde/smoke.h
|
||||
debian/tmp/opt/trinity/include/tde/smoke.h
|
||||
debian/tmp/opt/trinity/lib/libsmokeqt.so
|
||||
debian/tmp/opt/trinity/lib/libsmokeqt.la
|
||||
|
@ -1,3 +1,3 @@
|
||||
/opt/trinity/include/kde/libkiten
|
||||
/opt/trinity/include/tde/libkiten
|
||||
opt/trinity/lib/libkiten.la
|
||||
opt/trinity/lib/libkiten.so
|
||||
|
@ -1,5 +1,5 @@
|
||||
/opt/trinity/include/kde/atlantik
|
||||
/opt/trinity/include/kde/atlantic
|
||||
/opt/trinity/include/tde/atlantik
|
||||
/opt/trinity/include/tde/atlantic
|
||||
/opt/trinity/lib/libatlantic.so
|
||||
/opt/trinity/lib/libatlantikclient.so
|
||||
/opt/trinity/lib/libatlantikui.so
|
||||
|
@ -1,2 +1,2 @@
|
||||
/opt/trinity/include/kde/kolf
|
||||
/opt/trinity/include/tde/kolf
|
||||
/opt/trinity/lib/libkolf.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
/opt/trinity/include/kde/*.h
|
||||
/opt/trinity/include/kde/kgame
|
||||
/opt/trinity/include/tde/*.h
|
||||
/opt/trinity/include/tde/kgame
|
||||
/opt/trinity/lib/libtdegames.so
|
||||
/opt/trinity/lib/libtdegames.la
|
||||
|
@ -1,3 +1,3 @@
|
||||
debian/tmp/opt/trinity/include/kde/poppler-link-qt3.h
|
||||
debian/tmp/opt/trinity/include/kde/poppler-page-transition.h
|
||||
debian/tmp/opt/trinity/include/kde/poppler-qt.h
|
||||
debian/tmp/opt/trinity/include/tde/poppler-link-qt3.h
|
||||
debian/tmp/opt/trinity/include/tde/poppler-page-transition.h
|
||||
debian/tmp/opt/trinity/include/tde/poppler-qt.h
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue