mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 0.98.2
PR: 177357 Submitted by: myself Approved by: maintainer timeout (> 1 month)
This commit is contained in:
parent
3841e7e6db
commit
4a4233c6f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317645
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= murrine
|
||||
PORTVERSION= 0.98.1.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.98.2
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMEPREFIX= gtk-
|
||||
@ -12,24 +11,25 @@ PKGNAMESUFFIX= -engine
|
||||
MAINTAINER= pneumann@gmail.com
|
||||
COMMENT= Murrine GTK+ 2.x cairo based engine
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2
|
||||
LIB_DEPENDS= pixman-1:${PORTSDIR}/x11/pixman
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GNOME= gtk20 intltool intlhack
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= ANIMATION
|
||||
OPTIONS_DEFAULT= ANIMATION
|
||||
ANIMATION_DESC= Animation support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MANIMATION}
|
||||
.if ${PORT_OPTIONS:MANIMATION}
|
||||
CONFIGURE_ARGS+=--enable-animation
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-animation
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (murrine-0.98.1.1.tar.bz2) = e6a2af72674403d06c03e067d915004e8d9cdeec206f3350c7f3ee595b139912
|
||||
SIZE (murrine-0.98.1.1.tar.bz2) = 311660
|
||||
SHA256 (murrine-0.98.2.tar.xz) = e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89
|
||||
SIZE (murrine-0.98.2.tar.xz) = 296944
|
||||
|
@ -2,4 +2,4 @@ This is a GTK+ 2.x engine. "Murrine" is an Italian word meaning the art glass
|
||||
works done by Venicians glass blowers. They're absolutely wonderful and
|
||||
colorful. This is the engine that let the murrina's themes work.
|
||||
|
||||
WWW: http://www.cimitan.com/murrine
|
||||
WWW: http://www.cimitan.com/murrine
|
||||
|
@ -1,3 +1,4 @@
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmurrine.la
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmurrine.so
|
||||
share/gtk-engines/murrine.xml
|
||||
@dirrmtry share/gtk-engines
|
||||
|
Loading…
Reference in New Issue
Block a user