Commit graph

26 commits

Author SHA1 Message Date
obache
a71a3ab1d1 Update fbdesk to 1.4.1.
Patch provided by Jason White in PR 38473.

Changes for 1.4.1:
   * Fixed a shape bug which caused it to flicker.
   * Fixed an icon file parsing bug.
Changes for 1.4.0:
   * Imlib2 support:
     FbDesk can now load the following formats:
        xpm, png, jpg, jfi, jfif, pnm, ppm, pgm, pbm, pam,
        tga, gif and bmp.
   * Added new resource:
     fbdesk.textBackground: <color>
   * Added new resource:
     fbdesk.lockPositions: <bool>
     This will lock the position of the icons (also available in the menu)
   * Fixed gcc-4.1 compile problems
     (Thanks Andreas Bierfer andreas.bierfert at lowlatency.de )
Changes for 1.2.2:
   * Fixed --enable/disable-xpm configure option (Thanks Mathias Gumz)
   configure.in
2008-05-10 16:19:16 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
joerg
7c9aadc548 Uses C++. 2006-05-11 16:57:24 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
kristerw
ae3e526b25 Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 01:12:41 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
reed
28be733b92 Improve description. Mention that the fbdesk is for
any window manager honoring EWMH.
Also can do transparent text and icons.
2004-09-24 19:07:52 +00:00
reed
b2c04c2c83 Updated fbdesk to 1.2.1. No maintainer for this package. Any volunteers?
ChangeLog has:

Changes for 1.2.1:
   * Fixed startup bug
Changes for 1.2.0:
   * resource file changed to ~/.fluxbox/fbdesk
   * icons file change name to: ~/.fluxbox/fbdesk.icons
   * requires a window manager that supports NET WM spec
     (fluxbox development version > 0.9.* or cvs)
   * Fixed layering issues
     FbDesk should now be on bottom always
   * Added new resources:
     fbdesk.textAlpha: <number between 0 and 255 (opaque)>
     fbdesk.iconAlpha: <number between 0 and 255 (opaque)>
   * Fixed bit depth issue in ImagePNG
   * Updated FbTk (Henrik)

Improved COMMENT. This package does not just for fluxbox.

Removed dependency on fluxbox.

Also install the README.

patch-aa is for missing setlocale check. (This software doesn't
even have a configure to check for this, but is used several times.)

patch-ab is because stderr not defined (notice on NetBSD 1.6.2 but not Linux).
2004-09-24 19:06:39 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
xtraeme
99a11b005b Update fbdesk to 1.1.5.
Changes:

	o GCC 3.3 fixes
2004-03-11 16:56:12 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
jmc
15fe13d659 This needs pkg-config so it gets all the CFLAGS correct for building 2003-06-10 23:13:43 +00:00
jmmv
81b5c68435 Update to 1.1.4 with patch provided by Juan RP in private mail:
* Fixed text redrawing bug.
* Some other minor stuff.
2003-05-31 15:05:27 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
f5cc04d5e6 Depends need version numbers. 2003-02-21 14:09:18 +00:00
jschauma
00a3088def Initial import of x11/fbdesk into pkgsrc. This package was submitted by
Juan RP (juan at xtraeme dot dyndns dot org) in PR pkg/20174.
DESCR:

FbDesk is a fluxbox-util application that creates and manage icons on your
Fluxbox desktop. Features:
*  XPM and PNG image loading
* Antialias text
* UTF-8 and multibyte support
* Vertical text
* Grid Snapping
* GUI for editing command/label and add/remove icons
* Fluxbox menu style
2003-02-17 21:51:52 +00:00