From owner-svn-ports-head@freebsd.org Sat Sep 30 10:22:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7CF0E24443; Sat, 30 Sep 2017 10:22:51 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93CEF6AAFD; Sat, 30 Sep 2017 10:22:51 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UAMo9a083220; Sat, 30 Sep 2017 10:22:50 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAMocG083215; Sat, 30 Sep 2017 10:22:50 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709301022.v8UAMocG083215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 10:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450971 - head/x11/rofi X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11/rofi X-SVN-Commit-Revision: 450971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2017 10:22:51 -0000 Author: tcberner Date: Sat Sep 30 10:22:50 2017 New Revision: 450971 URL: https://svnweb.freebsd.org/changeset/ports/450971 Log: Update x11/rofi to 1.4.1 PR: 222664 Submitted by: Le Baron d'Merde Reviewed by: tcberner Approved by: nomoo@nomoo.ru (maintainer) Differential Revision: https://reviews.freebsd.org/D12514 Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo head/x11/rofi/pkg-descr head/x11/rofi/pkg-plist Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Sat Sep 30 10:19:56 2017 (r450970) +++ head/x11/rofi/Makefile Sat Sep 30 10:22:50 2017 (r450971) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -PORTVERSION= 1.3.1 +DISTVERSION= 1.4.1 CATEGORIES= x11 MASTER_SITES= https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/ @@ -11,6 +11,8 @@ COMMENT= Window switcher, run dialog and dmenu replace LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= checkmk:devel/check \ + ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ @@ -18,11 +20,12 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup- libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon-x11.so:x11/libxkbcommon -USES= gmake pkgconfig shebangfix -USE_GNOME= cairo pango +USES= bison gmake libtool pkgconfig shebangfix +USE_GNOME= cairo gdkpixbuf2 librsvg2 pango USE_XORG= xcb GNU_CONFIGURE= yes +CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" SHEBANG_FILES= script/get_git_rev.sh \ script/rofi-sensible-terminal bash_CMD= /bin/sh Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Sat Sep 30 10:19:56 2017 (r450970) +++ head/x11/rofi/distinfo Sat Sep 30 10:22:50 2017 (r450971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498373936 -SHA256 (rofi-1.3.1.tar.gz) = da61d2da7e5f4f354da2bfb50ec06b0613d6aba6cf09346a86177f3351db2326 -SIZE (rofi-1.3.1.tar.gz) = 281690 +TIMESTAMP = 1506494413 +SHA256 (rofi-1.4.1.tar.gz) = 96f19ee57e572a8cf894df8e8bcf56b905acb2c92a38a96d938f081c8e0ea1a7 +SIZE (rofi-1.4.1.tar.gz) = 461067 Modified: head/x11/rofi/pkg-descr ============================================================================== --- head/x11/rofi/pkg-descr Sat Sep 30 10:19:56 2017 (r450970) +++ head/x11/rofi/pkg-descr Sat Sep 30 10:22:50 2017 (r450971) @@ -4,4 +4,4 @@ version from Sean Pringle. All credit for this great t Rofi developed extra features, like a run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it a very versatile tool. -WWW: https://davedavenport.github.io/rofi/ +WWW: https://github.com/DaveDavenport/rofi Modified: head/x11/rofi/pkg-plist ============================================================================== --- head/x11/rofi/pkg-plist Sat Sep 30 10:19:56 2017 (r450970) +++ head/x11/rofi/pkg-plist Sat Sep 30 10:22:50 2017 (r450971) @@ -1,25 +1,35 @@ bin/rofi bin/rofi-sensible-terminal bin/rofi-theme-selector +include/rofi/helper.h +include/rofi/mode-private.h +include/rofi/mode.h +libdata/pkgconfig/rofi.pc man/man1/rofi-sensible-terminal.1.gz man/man1/rofi.1.gz -%%DATADIR%%/themes/Adapta-Nokto.theme -%%DATADIR%%/themes/Arc.theme -%%DATADIR%%/themes/DarkBlue.theme -%%DATADIR%%/themes/Indego.theme -%%DATADIR%%/themes/Monokai.theme -%%DATADIR%%/themes/Paper.theme -%%DATADIR%%/themes/android_notification.theme -%%DATADIR%%/themes/blue.theme -%%DATADIR%%/themes/c64.theme -%%DATADIR%%/themes/glue_pro_blue.theme -%%DATADIR%%/themes/gruvbox-dark-hard.theme -%%DATADIR%%/themes/gruvbox-dark-soft.theme -%%DATADIR%%/themes/gruvbox-dark.theme -%%DATADIR%%/themes/gruvbox-light-hard.theme -%%DATADIR%%/themes/gruvbox-light-soft.theme -%%DATADIR%%/themes/gruvbox-light.theme -%%DATADIR%%/themes/lb.theme -%%DATADIR%%/themes/purple.theme -%%DATADIR%%/themes/solarized.theme -%%DATADIR%%/themes/solarized_alternate.theme +man/man5/rofi-theme.5.gz +%%DATADIR%%/themes/Adapta-Nokto.rasi +%%DATADIR%%/themes/Arc.rasi +%%DATADIR%%/themes/DarkBlue.rasi +%%DATADIR%%/themes/Indego.rasi +%%DATADIR%%/themes/Monokai.rasi +%%DATADIR%%/themes/Paper.rasi +%%DATADIR%%/themes/Pop-Dark.rasi +%%DATADIR%%/themes/android_notification.rasi +%%DATADIR%%/themes/arthur.rasi +%%DATADIR%%/themes/blue.rasi +%%DATADIR%%/themes/c64.rasi +%%DATADIR%%/themes/dmenu.rasi +%%DATADIR%%/themes/glue_pro_blue.rasi +%%DATADIR%%/themes/gruvbox-dark-hard.rasi +%%DATADIR%%/themes/gruvbox-dark-soft.rasi +%%DATADIR%%/themes/gruvbox-dark.rasi +%%DATADIR%%/themes/gruvbox-light-hard.rasi +%%DATADIR%%/themes/gruvbox-light-soft.rasi +%%DATADIR%%/themes/gruvbox-light.rasi +%%DATADIR%%/themes/lb.rasi +%%DATADIR%%/themes/paper-float.rasi +%%DATADIR%%/themes/purple.rasi +%%DATADIR%%/themes/sidebar.rasi +%%DATADIR%%/themes/solarized.rasi +%%DATADIR%%/themes/solarized_alternate.rasi