pkgsrc-wip/gimmie/Makefile

41 lines
1.4 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2014/05/09 07:38:43 thomasklausner Exp $
Update to 0.2.8, convert to user-destdir: Version 0.2.8, October 30, 2007 * Many code cleanups and bugs fixed * Hide experimental categories and features * Build known-good libgmenu bindings Version 0.2.7, June 8, 2007 * Pidgin online status support (James Ogley) * Layout fixes for different panel orientations * Fix Gtk 2.10 recently used handling * List files downloaded by Epiphany (Tony Tsui) * Many code cleanups and bugs fixed Version 0.2.6, March 22, 2007 * Place toplevel applications in Other category (Mads Villadsen) * New Administration category in Computer topic (Mads Villadsen) * Remove topic right-click menus * Parse Tomboy notes in main thread * Ignore missing ~/.tomboy directory * Support Compiz-style viewports in the pager (Tony Tsui) Version 0.2.5, March 16, 2007 * Hordes of bug fixes and stability improvements * Improve async loading and memory pressure * Support marking Drives as Favorite * Improved sizing of applet menus * Open Tomboy note:// URLs correctly. (Sandy Armstrong) * Handle non-UTF8 filenames Version 0.2.4, March 1, 2007 * Add applet preferences dialog (Johannes Schmid) * Make all file operations async * Discover files downloaded with Mozilla * Fiddle with topic names * Add Suspend to shutdown dialog (maxx@krakoa.dk) * Add history graph for Recently Used * Fix grabbing for toolbar submenus * Hint bug-buddy to file bugs in GNOME Bugzilla * Better support openSUSE (James Ogley) * Support newest dbus-python * Hordes of other bug fixes Version 0.2.3, February 6, 2007 * Fix crash opening People pane (bug #404909) Version 0.2.2, February 6, 2007 * Support different panel layouts (Markus Jonsson) * Favorite items get a heart * GTK 2.10 RecentManager support (James Bowes) * Install Gimmie icons from Drew Kerr * Remove devel package dependencies * "All Favorites" support in Computer * Fix bug with missing .gtk-bookmarks file * Give applet transparent background (Christian Hammond) * Support for running uninstalled build
2009-03-12 11:15:32 +00:00
DISTNAME= gimmie-0.2.8
PKGREVISION= 3
CATEGORIES= sysutils python
MASTER_SITES= http://www.beatniksoftware.com/gimmie/releases/
2018-04-05 16:00:39 +00:00
LICENSE= gnu-lgpl-v2.1
MAINTAINER= pkgsrc-users@NetBSD.org
2013-02-12 18:35:01 +00:00
HOMEPAGE= http://beatniksoftware.com/gimmie/
COMMENT= Creative panel replacement
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LANGUAGES= c c++
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2, py-gtk2, py-gobject
.include "../../devel/py-gobject/buildlink3.mk"
Update to 0.2.8, convert to user-destdir: Version 0.2.8, October 30, 2007 * Many code cleanups and bugs fixed * Hide experimental categories and features * Build known-good libgmenu bindings Version 0.2.7, June 8, 2007 * Pidgin online status support (James Ogley) * Layout fixes for different panel orientations * Fix Gtk 2.10 recently used handling * List files downloaded by Epiphany (Tony Tsui) * Many code cleanups and bugs fixed Version 0.2.6, March 22, 2007 * Place toplevel applications in Other category (Mads Villadsen) * New Administration category in Computer topic (Mads Villadsen) * Remove topic right-click menus * Parse Tomboy notes in main thread * Ignore missing ~/.tomboy directory * Support Compiz-style viewports in the pager (Tony Tsui) Version 0.2.5, March 16, 2007 * Hordes of bug fixes and stability improvements * Improve async loading and memory pressure * Support marking Drives as Favorite * Improved sizing of applet menus * Open Tomboy note:// URLs correctly. (Sandy Armstrong) * Handle non-UTF8 filenames Version 0.2.4, March 1, 2007 * Add applet preferences dialog (Johannes Schmid) * Make all file operations async * Discover files downloaded with Mozilla * Fiddle with topic names * Add Suspend to shutdown dialog (maxx@krakoa.dk) * Add history graph for Recently Used * Fix grabbing for toolbar submenus * Hint bug-buddy to file bugs in GNOME Bugzilla * Better support openSUSE (James Ogley) * Support newest dbus-python * Hordes of other bug fixes Version 0.2.3, February 6, 2007 * Fix crash opening People pane (bug #404909) Version 0.2.2, February 6, 2007 * Support different panel layouts (Markus Jonsson) * Favorite items get a heart * GTK 2.10 RecentManager support (James Bowes) * Install Gimmie icons from Drew Kerr * Remove devel package dependencies * "All Favorites" support in Computer * Fix bug with missing .gtk-bookmarks file * Give applet transparent background (Christian Hammond) * Support for running uninstalled build
2009-03-12 11:15:32 +00:00
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libsexy+= libsexy>=0.1.8
.include "../../devel/libsexy/buildlink3.mk"
Update to 0.2.8, convert to user-destdir: Version 0.2.8, October 30, 2007 * Many code cleanups and bugs fixed * Hide experimental categories and features * Build known-good libgmenu bindings Version 0.2.7, June 8, 2007 * Pidgin online status support (James Ogley) * Layout fixes for different panel orientations * Fix Gtk 2.10 recently used handling * List files downloaded by Epiphany (Tony Tsui) * Many code cleanups and bugs fixed Version 0.2.6, March 22, 2007 * Place toplevel applications in Other category (Mads Villadsen) * New Administration category in Computer topic (Mads Villadsen) * Remove topic right-click menus * Parse Tomboy notes in main thread * Ignore missing ~/.tomboy directory * Support Compiz-style viewports in the pager (Tony Tsui) Version 0.2.5, March 16, 2007 * Hordes of bug fixes and stability improvements * Improve async loading and memory pressure * Support marking Drives as Favorite * Improved sizing of applet menus * Open Tomboy note:// URLs correctly. (Sandy Armstrong) * Handle non-UTF8 filenames Version 0.2.4, March 1, 2007 * Add applet preferences dialog (Johannes Schmid) * Make all file operations async * Discover files downloaded with Mozilla * Fiddle with topic names * Add Suspend to shutdown dialog (maxx@krakoa.dk) * Add history graph for Recently Used * Fix grabbing for toolbar submenus * Hint bug-buddy to file bugs in GNOME Bugzilla * Better support openSUSE (James Ogley) * Support newest dbus-python * Hordes of other bug fixes Version 0.2.3, February 6, 2007 * Fix crash opening People pane (bug #404909) Version 0.2.2, February 6, 2007 * Support different panel layouts (Markus Jonsson) * Favorite items get a heart * GTK 2.10 RecentManager support (James Bowes) * Install Gimmie icons from Drew Kerr * Remove devel package dependencies * "All Favorites" support in Computer * Fix bug with missing .gtk-bookmarks file * Give applet transparent background (Christian Hammond) * Support for running uninstalled build
2009-03-12 11:15:32 +00:00
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
BUILDLINK_API_DEPENDS.libgnomecups+= libgnomecups>=0.2.0
.include "../../print/libgnomecups/buildlink3.mk"
.include "../../sysutils/py-dbus/buildlink3.mk"
Update to 0.2.8, convert to user-destdir: Version 0.2.8, October 30, 2007 * Many code cleanups and bugs fixed * Hide experimental categories and features * Build known-good libgmenu bindings Version 0.2.7, June 8, 2007 * Pidgin online status support (James Ogley) * Layout fixes for different panel orientations * Fix Gtk 2.10 recently used handling * List files downloaded by Epiphany (Tony Tsui) * Many code cleanups and bugs fixed Version 0.2.6, March 22, 2007 * Place toplevel applications in Other category (Mads Villadsen) * New Administration category in Computer topic (Mads Villadsen) * Remove topic right-click menus * Parse Tomboy notes in main thread * Ignore missing ~/.tomboy directory * Support Compiz-style viewports in the pager (Tony Tsui) Version 0.2.5, March 16, 2007 * Hordes of bug fixes and stability improvements * Improve async loading and memory pressure * Support marking Drives as Favorite * Improved sizing of applet menus * Open Tomboy note:// URLs correctly. (Sandy Armstrong) * Handle non-UTF8 filenames Version 0.2.4, March 1, 2007 * Add applet preferences dialog (Johannes Schmid) * Make all file operations async * Discover files downloaded with Mozilla * Fiddle with topic names * Add Suspend to shutdown dialog (maxx@krakoa.dk) * Add history graph for Recently Used * Fix grabbing for toolbar submenus * Hint bug-buddy to file bugs in GNOME Bugzilla * Better support openSUSE (James Ogley) * Support newest dbus-python * Hordes of other bug fixes Version 0.2.3, February 6, 2007 * Fix crash opening People pane (bug #404909) Version 0.2.2, February 6, 2007 * Support different panel layouts (Markus Jonsson) * Favorite items get a heart * GTK 2.10 RecentManager support (James Bowes) * Install Gimmie icons from Drew Kerr * Remove devel package dependencies * "All Favorites" support in Computer * Fix bug with missing .gtk-bookmarks file * Give applet transparent background (Christian Hammond) * Support for running uninstalled build
2009-03-12 11:15:32 +00:00
BUILDLINK_API_DEPENDS.gnome-menus+= gnome-menus>=2.18
.include "../../sysutils/gnome-menus/buildlink3.mk"
.include "../../sysutils/py-gnome-menus/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../x11/py-gnome2/buildlink3.mk"
.include "../../x11/py-gnome2-desktop/buildlink3.mk"
.include "../../x11/py-gnome2-extras/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"