mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Update gnome-shell-extension-filesmenu to a snapshot that is compatible with
gnome-shell 3.28. Obtained from: gnome devel repo
This commit is contained in:
parent
3460d17ce8
commit
5d9808448a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480963
@ -2,33 +2,38 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gnome-shell-extension-filesmenu
|
||||
PORTVERSION= 0.0.0.20151025
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.0.0.20171125
|
||||
CATEGORIES= deskutils gnome
|
||||
DIST_SUBDIR= gnome3
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Quickly navigate your file system
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= gnome-shell>=0:x11/gnome-shell \
|
||||
gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas
|
||||
RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \
|
||||
gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas
|
||||
|
||||
USES= gettext gmake pkgconfig
|
||||
USES= gettext gmake gnome localbase pkgconfig
|
||||
USE_GNOME= glib20
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bertoldia
|
||||
GH_PROJECT= files-menu
|
||||
GH_TAGNAME= 2f03251
|
||||
GH_TAGNAME= 10c13c8
|
||||
|
||||
PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|"3.26",|"3.28","3.26",|g' \
|
||||
${WRKSRC}/metadata.json
|
||||
@${RM} ${WRKSRC}/metadata.json.bak
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/gnome-shell-files-menu
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . \
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (gnome3/bertoldia-files-menu-0.0.0.20151025-2f03251_GH0.tar.gz) = 18669a74c8640fa2dec08648efa118afc02aee4fc99ba08ef99d999f06a438f7
|
||||
SIZE (gnome3/bertoldia-files-menu-0.0.0.20151025-2f03251_GH0.tar.gz) = 3959
|
||||
TIMESTAMP = 1526413229
|
||||
SHA256 (gnome/bertoldia-files-menu-0.0.0.20171125-10c13c8_GH0.tar.gz) = 710e23d62e71ab874c66be043c7344a1881cb54b0fcf756b9cf3868b29b1fee0
|
||||
SIZE (gnome/bertoldia-files-menu-0.0.0.20171125-10c13c8_GH0.tar.gz) = 15967
|
||||
|
@ -1,4 +1,6 @@
|
||||
share/gnome-shell/extensions/gnome-shell-files-menu/.gitignore
|
||||
share/gnome-shell/extensions/gnome-shell-files-menu/LICENSE
|
||||
share/gnome-shell/extensions/gnome-shell-files-menu/Makefile
|
||||
share/gnome-shell/extensions/gnome-shell-files-menu/README.md
|
||||
share/gnome-shell/extensions/gnome-shell-files-menu/directoryMenu.js
|
||||
share/gnome-shell/extensions/gnome-shell-files-menu/extension.js
|
||||
|
Loading…
Reference in New Issue
Block a user