18445 Commits

Author SHA1 Message Date
sebastia
ea5d124b3d Update to 0.6 2017-04-24 07:31:43 +00:00
sthen
438138729a use extern inline 2017-04-23 21:30:24 +00:00
rsadowski
f0b4bbaea9 +xwallpaper 2017-04-23 21:24:30 +00:00
rsadowski
aafa5caae3 wallpaper setting utility for X
The xwallpaper utility allows you to set image files as your X wallpaper. JPEG,
PNG, and XPM file formats are supported, all of them being configurable and
therefore no fixed dependencies.

The wallpaper is also advertised to programs which support semi-transparent
backgrounds.

COMMENT tweak and "reads good to me" @landry, tweaks and ok jca@ jturner@
2017-04-23 21:22:25 +00:00
espie
14012ec694 clang supports __attribute__ but it's not a macro, so rxvt compatibility glue
ends up disabling it, thus breaking __only_inline very thoroughly
2017-04-23 18:34:24 +00:00
espie
0096af82d6 clean-up a great deal. compiles cleanly with clang now.
at least one or two bugs/oddities fixed.
trivial tweaks for snprintf, strlcpy, strlcat
2017-04-23 17:15:16 +00:00
espie
e65dd7add3 fix really old C, make it build with clang, fix old varargs functions 2017-04-23 16:14:35 +00:00
ajacoutot
f8401255f5 Missed bump, yeah I still miss those... *facepalm*
thanks nigel@ for the report
2017-04-23 14:22:44 +00:00
sthen
39616b4321 removing exr needs a new PLIST as well 2017-04-23 11:11:44 +00:00
sthen
c70ecf42cf unbreak following removal of openexr from kdelibs3 2017-04-23 10:57:17 +00:00
nigel
eed84e2286 Bump revision after gnustep update
ok sebastia@
2017-04-22 22:28:48 +00:00
sebastia
4725ee82a2 Missed bump here as well after gnustep-make update
pointed out by naddy@
2017-04-22 17:27:41 +00:00
ajacoutot
3d1fc8c9f8 Stop patching for /var/lib/dbus -> /var/db/dbus; nowadays, most apps look
into /etc/machine-id *before* looking into /var/lib/dbus/machine-id and for
the few that don't patch them to look directly there.

Thanks sthen@ for the source ports seach.
2017-04-22 13:43:21 +00:00
ajacoutot
60e9011faa Don't build the sharing applet; we have no systemd, network manager nor
bluetooth to play with it.
2017-04-22 12:11:48 +00:00
ajacoutot
c358723a13 Don't build the sharing plugin and make that a dummy instead.
We don't support anything from that plugin so... (systemd, network manager,
bluetooth).
2017-04-22 12:09:05 +00:00
ajacoutot
cdd2e107cf Re-add the gdm-autologin pam file.
Prodded by sthen@; I never though autologin actually worked :-)
2017-04-22 11:16:26 +00:00
ajacoutot
e47e5fa8f3 Fix gnome-shell search provider. 2017-04-22 09:38:17 +00:00
ajacoutot
f2ef7d2442 No need for the overrides anymore since it's not possible to disable
individual plugins.
2017-04-22 09:18:03 +00:00
jsg
6b8e5bcb26 fix the type of an argument to main to fix the build with clang 2017-04-22 08:48:06 +00:00
jsg
2aeace3024 add a non-implicit return type to a function to fix the build with clang 2017-04-22 08:37:20 +00:00
jsg
af05898149 fix the type of an argument to main to fix the build with clang 2017-04-22 08:27:57 +00:00
jsg
40448cfb53 Backport a fix for an incorrect pointer test. Fixes the build with clang. 2017-04-22 07:50:21 +00:00
jsg
5e7628c50b Backport a fix for an incorrect pointer test. Fixes the build with clang. 2017-04-22 07:35:31 +00:00
jsg
02d0de6667 fix the type of an argument to main to fix the build with clang 2017-04-22 07:02:54 +00:00
jasper
24c4c4f147 update to gjs-1.48.2 2017-04-21 19:41:18 +00:00
ajacoutot
33263fc197 Pushed upstream. 2017-04-21 18:39:23 +00:00
ajacoutot
91dda1b3d8 Update to gtef-2.0.1. 2017-04-21 18:04:34 +00:00
sebastia
6013dd7408 Bump REVISION after update of gnustep-make
The symlink of the shared library in lib doesn't point to
GNUstep/Frameworks/$FRAMEWORK.framework/Versions/Current/libnetclasses.so.${SHLIB_VERSION}
anymore but now to
GNUstep/Frameworks/netclasses.framework/Versions/${SHLIB_VERSION}/libnetclasses.so.${SHLIB_VERSION}

It's not easily visible in pkg/PLIST, but on package creation plistdb catched it

problem pointed out by nigel@
2017-04-21 17:26:32 +00:00
kurt
558715b919 - disconnect devel/jdk/1.7 from the build
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@
2017-04-21 13:27:46 +00:00
jasper
be6053b666 update to file-roller-3.24.1 2017-04-20 18:49:37 +00:00
ajacoutot
95a0d60af6 typo; broke (at least) deja-dup, as reported by naddy@ 2017-04-20 15:09:05 +00:00
espie
70b8b1dc75 oops, missed removing one file 2017-04-20 09:39:02 +00:00
ajacoutot
44ae330ac8 Update to mono-gtk2-2.12.43 2017-04-20 08:44:26 +00:00
espie
0a5b871b37 ${LIBCXX}>=51 does not work so well :) 2017-04-20 01:42:44 +00:00
sebastia
1581c6308b backport a bunch of build warnings fixes I reported upstream 2017-04-19 21:23:20 +00:00
sebastia
270be1b0ed backport a bunch of fixes to build warnings I reported 2017-04-19 21:21:30 +00:00
sebastia
d990f01a6c Deal with gnustep-base update, problem reported to upstream maintainer 2017-04-19 21:18:48 +00:00
sebastia
60c5ae9323 Deal with the gnustep-make update, problem reported to upstream maintainer 2017-04-19 21:17:53 +00:00
sebastia
83cbdaa25b update to 1.25.0
noteworthy changes:
   * Garbage collection support removed (NSGarbageCollector stub
     remains)
   * Support for Debian style multi-architecture installations added
   * OpenSSL bundle removed since it didn't match GNUTLS support
   * Ported to Debian/Hurd
   * ICU string (regexp in particular) fixes
   * OSX compatibity changes in NSRunLoop and NSTask behavior
   * Alternative sort algorithms selectable at runtime
   * Many bugfixes and cleanups.
   * As usual, this release also contains an update to include the most
     recent international timezone data.
2017-04-19 21:16:43 +00:00
sebastia
9b96003cbf Update to 2.7.0, removing support of some since quite some time
deprecated variables, as well as some bug fixes
2017-04-19 21:13:25 +00:00
sebastia
ce112e2743 Bugfix update to 1.8.1 2017-04-19 21:10:10 +00:00
espie
1b4a44b168 clang is rightfully annoyed at exr having throw() in its API and
qt/kde being compiled -fno-exceptions.

this can't really work at runtime anyway. Remove openexr there.
Eventually, exceptions might be better behaved and working these
days.
2017-04-19 13:23:24 +00:00
espie
9b57c0100e const-correct strstr/strchr for clang 2017-04-19 13:21:49 +00:00
espie
31d27ba7ce foldingList is made of uint, taking abs is non-sensical 2017-04-19 13:21:23 +00:00
sthen
7e44b3e4be Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
a chance on aarch64.
2017-04-19 11:16:03 +00:00
ajacoutot
8a683cb91d Add support for cmake. 2017-04-19 07:41:28 +00:00
ajacoutot
69253d2443 Fix comment. 2017-04-19 06:16:08 +00:00
naddy
365a1fc8a2 remove gpointing-device-settings 2017-04-18 20:45:28 +00:00
ajacoutot
7ceb7be2ca Add BZ URL. 2017-04-18 17:47:14 +00:00
ajacoutot
36b1150138 Remove gpointing-device-settings.
Many patches kept it on life support for a few years but it's been
unmaintained and there's no way it can work as is with the new
gnome-settings-daemon.

build breakage reported by nigel@ and naddy@
ok jasper@
2017-04-18 17:16:03 +00:00