non port: x11-toolkits/granite/Makefile |
Number of commits found: 44 |
Tuesday, 1 Oct 2024
|
18:56 Rene Ladan (rene)
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601
4485bd8 |
Saturday, 23 Dec 2023
|
18:14 Nuno Teixeira (eduardo)
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
3572ca3 |
Saturday, 26 Aug 2023
|
21:03 Po-Chuan Hsieh (sunpoet)
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket)
7a4777d |
Wednesday, 26 Jul 2023
|
00:48 Muhammad Moinur Rahman (bofh)
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
95274bf |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Saturday, 24 Jun 2023
|
04:37 Muhammad Moinur Rahman (bofh)
x11-toolkits/granite: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
fdf1bcf |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 31 Aug 2022
|
10:28 Tobias C. Berner (tcberner)
x11-toolkits/granite: limit portscout to only look at 6.x
x11-toolkits/granite7 contains the 7.x releases
10d0d12 |
Friday, 26 Aug 2022
|
17:02 Tobias C. Berner (tcberner)
framework: switch tree to using vala.mk
PR: 249940
d9b0d9a |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Dima Sivachenko <dima@Chg.RU>
* Edwin Groothuis <edwin@mavetju.org>
* Eric Anholt <anholt@FreeBSD.org>
* Igor Pokrovsky <ip@doom.homeunix.org>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Juli Mallett
* Kenjiro Cho <kjc@csl.sony.co.jp>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Koop Mast <kwm@FreeBSD.org>
* Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
* Lubomir Marinov <lubomir_m@abv.bg>
* Marc Recht <marc@informatik.uni-bremen.de>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Matuska <mm@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Grünewald <michipili@gmail.com>
* Michael Johnson <ahze@FreeBSD.org>
* Mike Krutov <neko@takino.org>
* Mike Meyer <mwm@mired.org>
* Olivier Duchateau
* Paul Schmehl <pauls@utdallas.edu>
* Peter Hawkins <thepish@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Radim Kolar
* Rene Ladan <rene@FreeBSD.org>
* Robert C. Noland III <rnoland@FreeBSD.org>
* Simon Barner <barner@gmx.de>
* Stephane Legrand <stephane@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Gellekum <tg@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Will Andrews <andrews@technologist.com>
* Yukihiro Nakai <nakai@FreeBSD.org>
* Zane C, Bowers <vvelox@vvelox.net>
* asami
* chinsan
* chuckr
* clsung@dragon2.net
* dmitry@karasik.eu.org
* fjoe@FreeBSD.org
* gahr
* gena
* ijliao
* mi
* minter@lunenburg.org
* nivit@users.sourceforge.net
* ports@c0decafe.net
* roland.jesse@gmx.net
* thierry@pompo.net
* vanilla
With hat: portmgr
71b6a9f |
Wednesday, 8 Dec 2021
|
10:57 Adriaan de Groot (adridg)
x11-toolkits/granite: update to 6.2.0, latest upstream
Release notes are at
https://github.com/elementary/granite/releases/tag/6.2.0
Bumping PORTREVISION of consumers, too, because of the crash-fix.
PR: 260024
Reported by: Olivier Duchateau
b5687f8 |
Saturday, 30 Oct 2021
|
16:43 Tobias C. Berner (tcberner) Author: Olivier Duchateau
x11-toolkits/granite: update to 6.1.2
Fixes:
* Use values from the Settings Portal when possible
* Disable horizontal scrolling by default in SettingsPage
* Updated translations
PR: 259463
7ab166f |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
INSTALLS_ICONS: retire the macro and rework the related dependencies
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)
2c672a4 |
Friday, 27 Aug 2021
|
04:12 Tobias C. Berner (tcberner) Author: Olivier Duchateau
x11-toolkits/granite: update to 6.1.1
Changelog:
* Ensure accel_to_string works with multiple modifiers
* Fix locale issues in Flatpaks
* Updated translations
PR: 258064
6ad40c7 |
Wednesday, 14 Jul 2021
|
17:19 Tobias C. Berner (tcberner) Author: Olivier Duchateau
x11-toolkits/granite: Update to 6.1.0
PR: 257186
b15e826 |
Thursday, 10 Jun 2021
|
21:20 Li-Wen Hsu (lwhsu) Author: Olivier Duchateau
x11-toolkits/granite: Update to 6.0.0
PR: 254626
f30551f |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 28 Sep 2020
|
05:05 tobik
Reset MAINTAINER
|
Wednesday, 1 Jul 2020
|
17:47 tobik
x11-toolkits/granite: Update to 5.5.0
Changes: https://github.com/elementary/granite/releases/tag/5.5.0
|
Thursday, 30 Apr 2020
|
03:36 tobik
x11-toolkits/granite: Update to 5.4.0
Changes: https://github.com/elementary/granite/releases/tag/5.4.0
|
Thursday, 2 Apr 2020
|
04:11 tobik
x11-toolkits/granite: Update to 5.3.1
Changes: https://github.com/elementary/granite/releases/tag/5.3.1
|
Saturday, 14 Dec 2019
|
15:47 tobik
x11-toolkits/granite: Update to 5.3.0
Changes: https://github.com/elementary/granite/releases/tag/5.3.0
|
Friday, 6 Sep 2019
|
07:20 tobik
x11-toolkits/granite: Update to 5.2.5
- Drop -Wno-return-type. It seems to not be needed anymore.
Unfortunately the commit log does not give any hints as to why
it was ever added.
Changes: https://github.com/elementary/granite/releases/tag/5.2.5
|
Monday, 8 Jul 2019
|
11:52 tobik
x11-toolkits/granite: Update to 5.2.4
Drop the DateTime patch; Granite now does the right thing for the
'clock-format' setting and uses GNOME's org.gnome.desktop.interface
schema instead of its own.
Changes: https://github.com/elementary/granite/releases/tag/5.2.4
|
Friday, 15 Feb 2019
|
00:49 tobik
x11-toolkits/granite: Update to 5.2.3
Changes: https://github.com/elementary/granite/releases/tag/5.2.3
|
Thursday, 3 Jan 2019
|
13:49 tobik
x11-toolkits/granite: Update to 5.2.2
- Update WWW
- Add missing gsettings-desktop-schemas dependency to prevent
runtime crashes of applications using the DateTime widget
- Bump revision of dependent ports
Changes: https://github.com/elementary/granite/releases
|
09:32 tobik
Take x11-toolkits/granite
|
Wednesday, 21 Mar 2018
|
05:52 yuri
x11-toolkits/granite: Update to 0.5
Port changes:
* Change to DISTVERSION
* Change to github
Bump x11/pantheon-terminal and math/pantheon-calculator
While in math/pantheon-calculator:
* Add LICENSE_FILE
While in x11/pantheon-terminal:
* Add missing dependencies in LIB_DEPENDS
* Add missing dependencies in USE_GNOME
* Group USExx accorfing to the portlint warning
* Change USES=cmake to USES=cmake:outsource
PR: 226696
Submitted by: Greg V <greg@unrelenting.technology>
|
Sunday, 19 Mar 2017
|
14:02 rene
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary
|
Monday, 8 Aug 2016
|
17:17 olivierd
Update to 0.4.0.1
|
Monday, 13 Jun 2016
|
18:54 olivierd
Update to 0.4
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 30 Aug 2015
|
18:49 olivierd
Fix spelling of toolkits name (GTK+3 instead of GTK3)
Reported by: danfe@
|
16:04 olivierd
- Update to 0.3.1
- Sort USES
- Remove unneeded patches
|
Wednesday, 5 Aug 2015
|
19:13 kwm
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
|
Tuesday, 2 Dec 2014
|
18:27 olivierd
Update to 0.3.0
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Thursday, 29 May 2014
|
17:26 olivierd
- Use CCode attribute for setproctitle() function, bug #1324424 [1]
- Add new dependency, sysutils/contractor
- Fix pkg-plist
- Bump PORTREVISION
[1] https://bugs.launchpad.net/granite/+bug/1324424
|
Monday, 24 Mar 2014
|
20:53 olivierd
- Update to 0.2.3.1
|
Monday, 10 Mar 2014
|
20:55 gerald
Update the default version of GCC used in the Ports Collection from
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)
|
Tuesday, 11 Feb 2014
|
20:43 olivierd
- Add DragonFly support, when .pc file is installed
- Bump PORTREVISION
|
Monday, 10 Feb 2014
|
20:27 olivierd
- Use bsdtar to extract distfile
- Remove white spaces
|
18:36 olivierd
Granite is an extension of Gtk+ toolkit. It provides several widgets and
classes that ease desktop applications development.
WWW: https://launchpad.net/granite
|
Number of commits found: 44 |