aboutsummaryrefslogtreecommitdiff
path: root/x11/guake
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Drop dependency on gconf, since the switch to gtk3 it is not needed anymoreBaptiste Daroussin2021-02-061-2/+2
| | | | Notes: svn path=/head/; revision=564204
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-011-0/+1
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* Clean up plistAntoine Brodin2019-04-251-27/+27
| | | | Notes: svn path=/head/; revision=500011
* Fix plistAntoine Brodin2018-12-081-54/+54
| | | | Notes: svn path=/head/; revision=486942
* x11/guake: Update to version 3.4.0Alexandre C. Guimarães2018-11-108-144/+250
| | | | | | | | | | | | - Pass maintainership to submitter PR: 232163 Submitted by: Daniel Shafer <daniel@shafer.cc> Approved by: tcberner (mentor), nivit (maintainer timeout, 30 days) Differential Revision: https://reviews.freebsd.org/D17726 Notes: svn path=/head/; revision=484632
* Cleanup plistsAntoine Brodin2018-10-011-15/+15
| | | | Notes: svn path=/head/; revision=481020
* Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase Notes: svn path=/head/; revision=465584
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* OPTIONS_SUB only cares about being defined, its content is ignored.Mathieu Arnold2017-11-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454590
* - Update to 0.8.10Nicola Vitale2017-07-222-4/+5
| | | | | | | | | - Add LICENSE_FILE ChangeLog: https://github.com/Guake/guake/releases/tag/0.8.10 Notes: svn path=/head/; revision=446381
* - Update to 0.8.8Nicola Vitale2017-02-073-20/+19
| | | | | | | Changes: https://github.com/Guake/guake/releases/tag/0.8.8 Notes: svn path=/head/; revision=433539
* Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-Sunpoet Po-Chuan Hsieh2017-01-081-11/+10
| | | | | | | | | | | - Add NO_ARCH - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Approved by: portmgr (blanket) With hat: python Notes: svn path=/head/; revision=430875
* - Update to 0.8.7Nicola Vitale2016-10-152-3/+4
| | | | | | | ReleaseHistory: https://github.com/Guake/guake/releases Notes: svn path=/head/; revision=424018
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-13/+13
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Update to 0.8.4Nicola Vitale2016-03-033-3/+4
| | | | Notes: svn path=/head/; revision=410072
* - Update to 0.8.3Nicola Vitale2016-01-202-3/+3
| | | | | | | | | PR: 206100 Submitted by: Neel Chauhan <neel@neelc.org> Release notes: https://github.com/Guake/guake/releases/tag/0.8.3 Notes: svn path=/head/; revision=406775
* - Update to 0.8.0Nicola Vitale2015-08-154-10/+6
| | | | | | | | | | | - Add x11/keybinder to run dependencies - Remove post-build target (globalhotkey replaced by keybinder) - Update web site URL in pkg-descr Relnotes: https://github.com/Guake/guake/releases/tag/0.8.0 Notes: svn path=/head/; revision=394334
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-1/+1
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* - Update to 0.7.2Nicola Vitale2015-06-025-12/+22
| | | | | | | Relnotes: https://github.com/Guake/guake/releases Notes: svn path=/head/; revision=388359
* Update ports in the remaining categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385665
* Convert to USES=autoreconfTijl Coosemans2015-04-181-2/+2
| | | | Notes: svn path=/head/; revision=384225
* - Remove instructions for fixing python command. It alreadyNicola Vitale2015-02-131-8/+1
| | | | | | | | | | | has the correct version - Bump PORTREVISION for those who have already updated the program via ports, and got the error: env: python2.72: No such file or directory at runtime Notes: svn path=/head/; revision=378928
* - Update to 0.5.2Nicola Vitale2015-02-127-54/+83
| | | | | | | | | | | | | - Use GitHub as download site. The old ones no longer have the distribution file - Add devel/gnome-common to build dependencies - Use option helpers - Strip installed library Relnotes: https://github.com/Guake/guake/releases Notes: svn path=/head/; revision=378902
* Cleanup plistAntoine Brodin2014-11-241-3/+0
| | | | Notes: svn path=/head/; revision=373367
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-191-2/+1
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* - Fix problems with the location of the locale directory by settingTijl Coosemans2014-07-013-22/+10
| | | | | | | | | CPPFLAGS and LIBS instead of using a patch - Use option helpers for NLS option - Add USES=libtool Notes: svn path=/head/; revision=360094
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Change MASTER_SITES, and the name of the dist file, becauseNicola Vitale2013-10-304-34/+42
| | | | | | | | | | | | | | | | | | | | the old site is apparently disappeared, although the project is now hosted at GitHub [1] - Bump PORTREVISION (change run-dependencies) - Add support for staging - Add desktop-file-utils to USES, and remove old, related stuffs - Add a notification system to run dependencies (deskutils/notify-osd), otherwise the program doesn't start if you use a window manager different from Gnome or XFCE - Use the new helpers to manage port options - Fix WWW URL in pkg-descr Build logs: https://redports.org/buildarchive/20131030152201-15343/ PR: ports/183439 [1] Submitted by: marino Notes: svn path=/head/; revision=332170
* 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 an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-0/+2
| | | | Notes: svn path=/head/; revision=326151
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Guake is a dropdown terminal made for the GNOME desktop environment,Nicola Vitale2013-01-188-0/+178
but you can run it with TWM too ;-), if you install ports/x11/trayer or a similar program. Its style of window is based on fps games, and one of its purposes is to be easy to reach. WWW: http://guake.org Notes: svn path=/head/; revision=310624