mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
deskutils/mate-notification-daemon: switch to GitHub release asset
Minor versions of 1.28.x are no longer published to the MATE mirror and are only available on GitHub. Use USE_GITHUB=nodefault with a release tarball instead of the auto-generated one, as recommended by the porter's handbook. Remove autoreconf, not needed with release tarballs.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
PORTNAME= mate-notification-daemon
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.28.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= deskutils mate
|
||||
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Send small notifications to your desktop
|
||||
@@ -20,12 +21,9 @@ LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
|
||||
libmate-panel-applet-4.so:x11/mate-panel \
|
||||
libnotify.so:devel/libnotify
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USE_GITHUB= yes
|
||||
USES= gettext gmake gnome libtool localbase pkgconfig tar:xz xorg
|
||||
USE_GITHUB= nodefault
|
||||
GH_ACCOUNT= mate-desktop
|
||||
USES= autoreconf gettext gmake gnome libtool localbase pkgconfig \
|
||||
xorg
|
||||
USE_XORG= x11
|
||||
USE_GNOME= cairo glib20 gtk30 intlhack librsvg2 libwnck3
|
||||
GNU_CONFIGURE= yes
|
||||
@@ -34,6 +32,8 @@ CONFIGURE_ARGS= --disable-static \
|
||||
--with-dbus-services=${PREFIX}/share/dbus-1/services
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
GLIB_SCHEMAS= org.mate.NotificationDaemon.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1779792883
|
||||
SHA256 (mate-desktop-mate-notification-daemon-v1.28.3_GH0.tar.gz) = a3571ffad533b64fcdac7f275364ff0706eba9f8af20817ad7477834270c3266
|
||||
SIZE (mate-desktop-mate-notification-daemon-v1.28.3_GH0.tar.gz) = 161554
|
||||
TIMESTAMP = 1780156762
|
||||
SHA256 (mate-notification-daemon-1.28.3.tar.xz) = 46f91efeb4c8d68b04285d4ca91ffb8610969841b37392e2fc9952bae10ce6eb
|
||||
SIZE (mate-notification-daemon-1.28.3.tar.xz) = 436744
|
||||
|
||||
Reference in New Issue
Block a user