zap common dirs
This commit is contained in:
parent
fdfa3f8d53
commit
2ba34b32e3
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2018/05/09 13:35:34 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2018/05/25 13:07:59 espie Exp $
|
||||
|
||||
V = 3.6.0
|
||||
COMMENT = GTK and VTE based terminal emulator
|
||||
DISTNAME = sakura-${V}
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
CATEGORIES = x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://www.pleyades.net/david/projects/sakura/
|
||||
MAINTAINER = Victor Kukshiev <andrey0bolkonsky@gmail.com>
|
||||
|
@ -1,67 +1,27 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2018/05/09 13:35:34 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2018/05/25 13:07:59 espie Exp $
|
||||
@bin bin/sakura
|
||||
@man man/man1/sakura.1
|
||||
share/applications/
|
||||
share/applications/sakura.desktop
|
||||
share/doc/sakura/
|
||||
share/doc/sakura/INSTALL
|
||||
share/locale/
|
||||
share/locale/ca/
|
||||
share/locale/ca/LC_MESSAGES/
|
||||
share/locale/ca/LC_MESSAGES/sakura.mo
|
||||
share/locale/cs/
|
||||
share/locale/cs/LC_MESSAGES/
|
||||
share/locale/cs/LC_MESSAGES/sakura.mo
|
||||
share/locale/de/
|
||||
share/locale/de/LC_MESSAGES/
|
||||
share/locale/de/LC_MESSAGES/sakura.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/sakura.mo
|
||||
share/locale/es/
|
||||
share/locale/es/LC_MESSAGES/
|
||||
share/locale/es/LC_MESSAGES/sakura.mo
|
||||
share/locale/fr/
|
||||
share/locale/fr/LC_MESSAGES/
|
||||
share/locale/fr/LC_MESSAGES/sakura.mo
|
||||
share/locale/he/
|
||||
share/locale/he/LC_MESSAGES/
|
||||
share/locale/he/LC_MESSAGES/sakura.mo
|
||||
share/locale/hr/
|
||||
share/locale/hr/LC_MESSAGES/
|
||||
share/locale/hr/LC_MESSAGES/sakura.mo
|
||||
share/locale/hu/
|
||||
share/locale/hu/LC_MESSAGES/
|
||||
share/locale/hu/LC_MESSAGES/sakura.mo
|
||||
share/locale/it/
|
||||
share/locale/it/LC_MESSAGES/
|
||||
share/locale/it/LC_MESSAGES/sakura.mo
|
||||
share/locale/ja/
|
||||
share/locale/ja/LC_MESSAGES/
|
||||
share/locale/ja/LC_MESSAGES/sakura.mo
|
||||
share/locale/ko/
|
||||
share/locale/ko/LC_MESSAGES/
|
||||
share/locale/ko/LC_MESSAGES/sakura.mo
|
||||
share/locale/pl/
|
||||
share/locale/pl/LC_MESSAGES/
|
||||
share/locale/pl/LC_MESSAGES/sakura.mo
|
||||
share/locale/pt/
|
||||
share/locale/pt/LC_MESSAGES/
|
||||
share/locale/pt/LC_MESSAGES/sakura.mo
|
||||
share/locale/pt_BR/
|
||||
share/locale/pt_BR/LC_MESSAGES/
|
||||
share/locale/pt_BR/LC_MESSAGES/sakura.mo
|
||||
share/locale/ru/
|
||||
share/locale/ru/LC_MESSAGES/
|
||||
share/locale/ru/LC_MESSAGES/sakura.mo
|
||||
share/locale/sv/
|
||||
share/locale/sv/LC_MESSAGES/
|
||||
share/locale/sv/LC_MESSAGES/sakura.mo
|
||||
share/locale/uk/
|
||||
share/locale/uk/LC_MESSAGES/
|
||||
share/locale/uk/LC_MESSAGES/sakura.mo
|
||||
share/locale/zh_CN/
|
||||
share/locale/zh_CN/LC_MESSAGES/
|
||||
share/locale/zh_CN/LC_MESSAGES/sakura.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/terminal-tango.svg
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2016/09/04 16:53:41 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2018/05/25 13:07:59 espie Exp $
|
||||
|
||||
COMMENT= slim themes bundle
|
||||
|
||||
@ -9,7 +9,7 @@ DISTFILES+= slim-${j}-20090407${EXTRACT_SUFX}
|
||||
|
||||
DIST_SUBDIR= slim
|
||||
PKGNAME= slim-themes-1.2.3
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/08/16 10:12:56 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2018/05/25 13:07:59 espie Exp $
|
||||
@pkgpath x11/slim,-themes
|
||||
share/slim/
|
||||
share/slim/themes/
|
||||
share/slim/themes/Zenwalk/
|
||||
share/slim/themes/Zenwalk/README
|
||||
share/slim/themes/Zenwalk/background.jpg
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2015/03/27 08:16:23 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2018/05/25 13:07:59 espie Exp $
|
||||
|
||||
COMMENT= Tango icon theme
|
||||
|
||||
DISTNAME= tango-icon-theme-0.8.90
|
||||
REVISION= 9
|
||||
REVISION= 10
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://tango.freedesktop.org/
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2012/06/15 08:30:24 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2018/05/25 13:07:59 espie Exp $
|
||||
@unexec-delete rm -f %D/share/icons/Tango/icon-theme.cache
|
||||
@comment lib/locale/
|
||||
share/icons/
|
||||
share/icons/Tango/
|
||||
share/icons/Tango/16x16/
|
||||
share/icons/Tango/16x16/actions/
|
||||
|
Loading…
Reference in New Issue
Block a user