mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11/tint: update 15.2 -> 15.3
- Delete patches accepted by upstream PR: 223590 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> (maintainer)
This commit is contained in:
parent
514d6dc63e
commit
bf47e1b2c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453979
4 changed files with 4 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tint2
|
||||
PORTVERSION= 15.2
|
||||
PORTVERSION= 15.3
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= yamagi@yamagi.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1506888530
|
||||
SHA256 (o9000-tint2-15.2_GH0.tar.gz) = b9d9c9a138184728e52a985da799e4caba707093be3d8364e4399b0576b6bb25
|
||||
SIZE (o9000-tint2-15.2_GH0.tar.gz) = 499583
|
||||
TIMESTAMP = 1510314947
|
||||
SHA256 (o9000-tint2-15.3_GH0.tar.gz) = b9c69dc9b77b6d4df4d5b2252141cc866aa0066eddb32b3af06e0fb70388106c
|
||||
SIZE (o9000-tint2-15.3_GH0.tar.gz) = 499899
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- CMakeLists.txt.orig 2017-05-10 12:39:09 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -257,7 +257,7 @@ set_target_properties( tint2 PROPERTIES
|
||||
install( TARGETS tint2 DESTINATION bin )
|
||||
install( FILES tint2.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
|
||||
install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
|
||||
-install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 )
|
||||
+install( FILES themes/tint2rc DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 )
|
||||
install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
|
||||
install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} )
|
||||
install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} )
|
|
@ -1,10 +0,0 @@
|
|||
Make it possible to toggle NLS.
|
||||
|
||||
--- src/tint2conf/po/CMakeLists.txt.orig 2017-02-13 22:12:47 UTC
|
||||
+++ src/tint2conf/po/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-include(FindGettext)
|
||||
+find_package(Gettext)
|
||||
if (GETTEXT_FOUND)
|
||||
set(GETTEXT_PACKAGE tint2conf)
|
||||
file(GLOB POTFILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.po")
|
Loading…
Add table
Reference in a new issue