aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xpad-current
Commit message (Collapse)AuthorAgeFilesLines
* - rename deskutils/xpad-current to deskutils/xpadjgh2014-12-315-105/+0
| | | | | | | | - update xpad to 4.5.0 - add documentation to installation - lessen dependency count by using smaller icon package - remove patches, as they were committed upstream (see Changelog) - adjust conflicts for deskutils/xpad3
* - patch the correct file and renamed file to be more explicit (Makefile.am)jgh2014-12-233-7/+9
| | | | | | - bring in autotools dependency for new patch file - fix packaging list - pet portlint
* - remove NLS conditional, as it is handled properly by upstreamjgh2014-12-181-4/+0
|
* fix patching file from r374862jgh2014-12-181-2/+2
|
* Fix packaging as a user (the Makefile was trying to modify LOCALBASE)bapt2014-12-182-2/+15
| | | | While here remove now useless gnomehier dep
* - xpad-current now uses gtk30jgh2014-12-101-3/+3
|
* - update to 4.4.0jgh2014-12-042-6/+8
| | | | Changelog: https://launchpad.net/xpad/+announcements
* Use options helpersbapt2014-04-041-12/+6
|
* Part 1 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery)
* - support stagingjgh2013-09-252-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | deskutils)
* - convert USE_GMAKE to USES=gmakejgh2013-07-061-2/+1
|
* - convert USE_GETTEXT to USESjgh2013-04-251-1/+1
|
* - convert to USES=pkgconfigjgh2013-04-231-1/+1
|
* - support handling of NLS while upstream works out issuejgh2013-04-172-33/+47
| | | | | | - bump portrevision Feature safe: yes
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+4
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - updated header with creationjgh2012-12-161-3/+5
| | | | - use PKGCONFIG for building
* - drop icon-theme.cache from plistsjgh2012-10-142-7/+1
| | | | | Spotted by: bapt Feature safe: yes
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* move contributor address => jghjgh2011-12-211-1/+1
| | | | Approved by: crees (mentor)
* xpad is a sticky note application written using GTK+ 2.0 that strives to beeadler2011-11-214-0/+87
simple, fault-tolerant, and customizable. xpad consists of independent pad windows; each is basically a text box in which notes can be written. Despite being called xpad, all that is needed to run or compile it is the GTK+ 2.0 libraries. Here is a list of major features in the current xpad current release: * GTK+ 2.0 powered text view. * Fault tolerant. All information is kept on the hard drive, not memory. * xpad is very customizable. The color scheme (text, background, and window borders) and the font can be changed. * A customizable toolbar puts the most frequently used commands at your fingertips. * Support for the X session management protocol. * Support for the www.freedesktop.org system tray proposal. WWW: https://launchpad.net/xpad PR: ports/162623 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Feature safe: yes