Added cmake for cgit build: kdbusnotification Updated to cmake for all builds: knights ksensors kshutdown kvkbd kvpnc potracegui tdegwenview-i18n tdesudo get-source.sh - updated cgit admin & cmake URLs imlib - added README about building gdk_imlibpull/25/head
parent
5d22ce25a4
commit
475efda68a
@ -1,13 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=kdbusnotification
|
||||
Name[xx]=xxkdbusnotificationxx
|
||||
Exec=notification-daemon-tde
|
||||
Icon=bell
|
||||
Type=Application
|
||||
Comment=DBUS notification service daemon
|
||||
X-TDE-autostart-phase=1
|
||||
X-TDE-StartupNotify=false
|
||||
X-TDE-UniqueApplet=true
|
||||
Categories=System;
|
||||
|
@ -0,0 +1,11 @@
|
||||
Using the gtk+-1.2.10-*-5 and glib-1.2.10-*-3 packages from Slackware 14.2 produces an error:
|
||||
|
||||
| multiple definition of `g_bit_storage'
|
||||
|
||||
gdk_imlib isn't needed for kuickshow, and imlib can be built without it by moving gtk-config out of the PATH. Or removing those packages or upgrading to gtk+-1.2.10-*-7 and glib-1.2.10-*-7 from Slackware-current produces a successful build.
|
||||
|
||||
So if you really want to build gdk_imlib, try using those Sl-current packages, but be aware of this note from the Imlib README:
|
||||
|
||||
"Also note that gdk-imlib WILL NOT WORK with GTK2. It won't even compile.
|
||||
This is not a bug. This is a feature. If you need an image loader for GTK2, use gdk-pixbuf."
|
||||
|
Loading…
Reference in new issue