aboutsummaryrefslogtreecommitdiff
path: root/x11/tint
Commit message (Collapse)AuthorAgeFilesLines
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-091-0/+1
| | | | | | | | | | | | | | - switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878 Notes: svn path=/head/; revision=554733
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* x11/tint: Update to 16.7Steve Wills2019-09-022-12/+13
| | | | | | | | PR: 239595 Submitted by: yamagi@yamagi.orga (maintainer) Notes: svn path=/head/; revision=510862
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* These ports now build on powerpc64.Mark Linimon2018-12-051-2/+0
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486720
* x11/tint: Update to 16.6Steve Wills2018-08-142-5/+5
| | | | | | | | PR: 230384 Submitted by: yamagi@yamagi.org (maintainer) Notes: svn path=/head/; revision=477185
* Update to version 16.4Kirill Ponomarev2018-05-132-6/+7
| | | | | | | | PR: 228221 Submitted by: maintainer Notes: svn path=/head/; revision=469810
* Update to version 16.2Kirill Ponomarev2018-04-132-4/+4
| | | | | | | | PR: 227474 Submitted by: maintainer Notes: svn path=/head/; revision=467229
* - Update `x11/tint' to version 16.1Alexey Dokuchaev2018-01-153-9/+9
| | | | | | | | | | | | | | - Add missing DOCS knob to OPTIONS_DEFINE - Remove EXAMPLES knob (no-op with 16.1) - Add USES=gettext-runtime (libintl.so is always linked in) - Add USE_XORG=xext per `stage-qa' warning - Changes: https://gitlab.com/o9000/tint2/blob/16.1/ChangeLog PR: 225166 Submitted by: Dmitri Goutnik Notes: svn path=/head/; revision=459029
* x11/tint: update 15.2 -> 15.3Bartek Rutkowski2017-11-114-25/+4
| | | | | | | | | | - Delete patches accepted by upstream PR: 223590 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> (maintainer) Notes: svn path=/head/; revision=453979
* - Update x11/tint to 15.2Guido Falsi2017-10-083-56/+41
| | | | | | | | | | | - Fix portlint warnings about variable ordering - While here sort plist PR: 222725 Submitted by: yamagi@yamagi.org (maintainer) Notes: svn path=/head/; revision=451524
* Update x11/tint to 0.14.5Guido Falsi2017-05-254-50/+64
| | | | | | | | PR: 219532 Submitted by: yamagi@yamagi.org (maintainer) Notes: svn path=/head/; revision=441702
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441494
* x11/tint: update 0.12.12 -> 0.13Bartek Rutkowski2017-03-143-42/+42
| | | | | | | | PR: 217583 Submitted by: Yamagi <yamagi@yamagi.org> (maintainer) Notes: svn path=/head/; revision=436137
* Update x11/tint to 0.12.12Tobias C. Berner2017-02-144-15/+33
| | | | | | | | | | | | Slightly modified version of the one originally submitted in the PR. PR: 216996 Submitted by: yamagi@yamagi.org Reported by: yamagi@yamagi.org Approved by: yamagi@yamagi.org (maintainer), rakuco (mentor) Notes: svn path=/head/; revision=434134
* x11/tint: 0.12.9 -> 0.12.11Kurt Jaeger2016-06-122-7/+10
| | | | | | | | | | | | | - Fixed crash in tint2conf when adding background - Fixed crash in systray with non-Latin languagess - Battery: do not show negative durations when the sensors return garbage - Add missing dependencies PR: 210204 Submitted by: yamagi@yamagi.org (maintainer) Notes: svn path=/head/; revision=416767
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Update to 0.12.9Lars Engels2016-04-193-4/+9
| | | | | | | | | | | | - Add a missing example file - Add INSTALLS_ICONS macro - Add an NLS knob PR: 208921 Submitted by: maintainer Notes: svn path=/head/; revision=413658
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* x11/tint: 0.12.6 -> 0.12.7Kurt Jaeger2016-03-182-3/+3
| | | | | | | | | | | | | | | Changes: https://gitlab.com/o9000/tint2/blob/0.12.7/ChangeLog - Fix crash caused by race when reading inconsistent values for _NET_CURRENT_DESKTOP and _NET_NUMBER_OF_DESKTOPS - Fix regression (all desktop tasks not working) - Fix small memory leak in launcher PR: 208112 Submitted by: yamagi@yamagi.org (maintainer) Notes: svn path=/head/; revision=411369
* - Update to 0.12.6Olivier Duchateau2016-01-292-5/+5
| | | | | | | | | | - Adjust MASTER_SITES PR: 206737 Submitted by: <yamagi@yamagi.org> (maintainer) Notes: svn path=/head/; revision=407499
* Update to 0.12.3Olivier Duchateau2015-12-132-3/+3
| | | | | | | | PR: 205073 Submitted by: <yamagi@yamagi.org> (maintainer) Notes: svn path=/head/; revision=403674
* - Update to 0.12.2Dmitry Marakasov2015-09-023-16/+4
| | | | | | | | | | - Simplify passing etcdir to cmake PR: 202542 Submitted by: yamagi@yamagi.org (maintainer) Notes: svn path=/head/; revision=395848
* Update librsvg2 to 2.40.10.Koop Mast2015-08-291-1/+2
| | | | | | | | | | | | | Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the gtk-engines2 run dependacy. Update ports to take the dependacy changes into account. PR: 202378 Exp-run by: antoine@ Notes: svn path=/head/; revision=395560
* - Update to 0.12.1Olivier Duchateau2015-08-076-205/+63
| | | | | | | | | | | | | | - Use new mirror - Adjust dependencies - Rewrite options helper (remove DOCS and PYCONF options) - Update WWW entry (pkg-descr), project is now hosted on GitLab.com PR: 202137 Submitted by: myself Approved by: yamagi (maintainer) Notes: svn path=/head/; revision=393700
* x11/tint: use options helpers and other goodies.Johannes Jost Meixner2015-04-022-40/+20
| | | | | | | | | - Use OPTIONS helpers, PORTDOCS, PORTEXAMPLES, and shorten pkg-plist. Approved by: Yamagi (maintainer) Notes: svn path=/head/; revision=382997
* Cleanup plistBaptiste Daroussin2015-01-171-3/+0
| | | | Notes: svn path=/head/; revision=377270
* x11/tint: USES+= alias to fix battery indicator on DragonFlyJohn Marino2014-12-281-1/+1
| | | | Notes: svn path=/head/; revision=375693
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-3/+3
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-191-1/+1
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Do not remove directory belonging to BSD.local.dist mtreeAntoine Brodin2014-04-041-1/+0
| | | | | | | | Reported by: poudriere -cat With hat: portmgr Notes: svn path=/head/; revision=350136
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* Enable stage[1]Baptiste Daroussin2013-10-212-40/+55
| | | | | | | | | | | | | Use new LIB_DEPENDS format Unsilent the install process Use pkg-plist[1] Use OPTIONS_SUB PR: ports/182928 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> (maintainer) Notes: svn path=/head/; revision=331125
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Add explicit dependency on pkgconfBaptiste Daroussin2013-08-311-2/+1
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325761
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Add a patch to enable battery support [1]Lars Engels2013-01-202-23/+167
| | | | | | | | | | | | | - Don't depend depend on a specific library version - Quiet install - Bump PORTREVISION - Pass maintainership to submitter PR: ports/175332 [1] Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Notes: svn path=/head/; revision=310690
* Convert to new options frameworkBaptiste Daroussin2012-11-211-8/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307628
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-6/+1
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* /usr/local/share/applications should be PLIST_DIRSTRYDoug Barton2012-07-301-1/+1
| | | | Notes: svn path=/head/; revision=301725
* tintwizard.py requires pygtk2Doug Barton2012-07-191-1/+1
| | | | | | | | PR: ports/169989 Submitted by: Yanhui Shen <shen.elf@gmail.com> Notes: svn path=/head/; revision=301150
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-4/+1
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Use INSTALL_SCRIPT for the python script so STRIP is not attemptedDoug Barton2010-12-161-1/+1
| | | | Notes: svn path=/head/; revision=266443