/net/ng_netflow/

/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/atril-lite
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* update graphics/atril-lite and graphics/atril to 1.22.3Eric Turgeon2019-12-241-2/+4
|
* fix graphics/atril-lite pkg-plistEric Turgeon2019-05-131-7/+0
|
* update mate desktop to 1.22.1Eric Turgeon2019-05-121-1/+271
| | | | Approved by: mentors (implicit)
* update graphics/atril-lite to 1.20.2Eric Turgeon2018-11-032-1/+29
| | | | Approved by: bapt (mentor)
* Updating MATE ports to and patch for MATE 1.20Eric Turgeon2018-04-141-5/+4
| | | | | Reviewed by: kwm Approved by: bapt (mentor)
* Minor MATE 1.18 update.Koop Mast2017-10-152-1/+3
| | | | | | | | Apart from version updates, the highlights are: * fix orphaned file issues in atril/atril-lite. * Add licenses where required. * make sure the mime xml gets installed in mate-control-center. * regen the m-c-c patch, with make makepatch.
* Upgrade graphics/atril and graphics/atril-lite to version 1.18.1 toDon Lewis2017-09-071-4/+4
| | | | | | | | | | | fix CVE-2017-1000083. Fix portlint warnings. PR: 221867 Submitted by: rkoberman@gmail.com MFH: 2017Q3 Security: 01a197ca-67f1-11e7-a266-28924a333806
* Add missed PORTREVISION bumps after recent poppler updateSteve Wills2017-08-241-1/+1
|
* Update the mate desktop to 1.18.Koop Mast2017-07-042-11/+19
| | | | | | | | | | | | | | | * The MATE DE is now GTK+3 based * mate-calc has come back. * New USE_MATE=mixer macro * Add license * Review dependancies * Swich to USES=localbase * atril/eom options reworked into option helper Thanks to Eric Turgeon for submitting the bulk of this MATE update. Obtained from: gnome devel repo
* Chase update of graphics/poppler (and slaves ports) in revision r430777Olivier Duchateau2017-01-071-1/+1
|
* Chase update of Poppler after revision r421386Olivier Duchateau2016-09-061-1/+1
|
* Update the MATE DE to 1.12.Koop Mast2016-01-252-204/+3
| | | | | | | | | | | | * Still build MATE against gtk+ 2 due to gtk+ 3 support not ready for prime time. * Fix loading of a number of applets. We rename a number of applets but didn't change the "config" files the "add applet to panel" dialog uses. [1] * Unbreak the creation of new notes with the stickynotes applet [2] PR: 205391 [1], 200349 [2] Obtained from: GNOME devel repo
* Enable DJVU support in evince[-lite] by default.Koop Mast2016-01-241-1/+1
| | | | | | | While here do the same for atril[-lite]. PR: 203710 Submitted by: vas@mpeks.tomsk.su
* Bump Libreoffice, evince-lite and atril-lite for the poppler update.Koop Mast2016-01-231-1/+1
|
* Update atril to 1.10.2.Koop Mast2015-09-041-1/+1
|
* Update poppler to 0.34.0. [1]Koop Mast2015-08-031-1/+1
| | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* Add patch from upstream that makes mate-desktop support optional. AndKoop Mast2015-07-301-1/+1
| | | | | | | disable this for atril-lite. PR: 201967 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
* Bump portrevision of atril-lite for plist fixes.Koop Mast2015-07-281-1/+1
| | | | Submitted by: antoine@
* * Unbreak the configure on 9.x. There is no zlib.pc file in base.Koop Mast2015-07-281-1/+208
| | | | | | | | | * Atril-lite needs mate-desktop * Keyring support switch in configure was changed to --with-keyring instead of --enable-keyring. * Update atril-lite plist Submitted by: pkg-fallout
* * mate-desktop is not needed for atril-lite [1]Koop Mast2015-07-161-1/+1
| | | | | | | | * Disable introspection for now (again). Introspection isn't build correct in the 1.8 series. This has been fixed in atril 1.10. PR: 201610 (based on) [1] Submitted by: Matthieu Volat <mazhe@alkumuna.eu> [1]
* Add a lite version of atril.Koop Mast2015-07-154-137/+12
| | | | | PR: 197197 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>