pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
added package for os108 destop
Module Name: pkgsrc-wip
Committed By: jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By: jaypatelani
Date: Mon Jun 28 15:10:19 2021 +0530
Changeset: 1fbf669801523ae5d895f3d5385637d5e1fe2640
Modified Files:
Makefile
Added Files:
os108-desktop/DESCR
os108-desktop/Makefile
Log Message:
added package for os108 destop
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1fbf669801523ae5d895f3d5385637d5e1fe2640
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
os108-desktop/DESCR | 2 ++
os108-desktop/Makefile | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index dcf6038e7a..6965fc4202 100644
--- a/Makefile
+++ b/Makefile
@@ -2686,6 +2686,7 @@ SUBDIR+= orbifolder
SUBDIR+= org-caldav-git
SUBDIR+= orion
SUBDIR+= orocos-kdl
+SUBDIR+= os108-desktop
SUBDIR+= oslc
SUBDIR+= osmo
SUBDIR+= osmo-sdr-git
diff --git a/os108-desktop/DESCR b/os108-desktop/DESCR
new file mode 100644
index 0000000000..2d358fd66f
--- /dev/null
+++ b/os108-desktop/DESCR
@@ -0,0 +1,2 @@
+Selection of application along with Desktop Env
+for OS108
diff --git a/os108-desktop/Makefile b/os108-desktop/Makefile
new file mode 100644
index 0000000000..e1f7badee4
--- /dev/null
+++ b/os108-desktop/Makefile
@@ -0,0 +1,60 @@
+# $NetBSD: Makefile,v 1.2 2020/11/11 19:23:05 nia Exp $
+
+PKGNAME= os108-desktop
+CATEGORIES= meta-pkgs
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.os108.org
+COMMENT= Meta-package for the OS108 desktop
+
+META_PACKAGE= yes
+
+DEPENDS+= accountsservice-[0-9]*:../../sysutils/accountsservice
+DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme
+#DEPENDS+= cheese-[0-9]*:../../graphics/cheese
+DEPENDS+= file-roller-[0-9]*:../../archivers/file-roller
+DEPENDS+= evince-[0-9]*:../../print/evince3
+DEPENDS+= dconf-[0-9]*:../../devel/dconf-editor
+#DEPENDS+= evolution-[0-9]*:../../mail/evolution
+#DEPENDS+= epiphany-[0-9]*:../../www/epiphany
+DEPENDS+= eog-[0-9]*:../../graphics/eog
+#DEPENDS+= gdm-[0-9]*:../../wip/gdm
+DEPENDS+= gedit-[0-9]*:../../editors/gedit
+DEPENDS+= gnome-backgrounds-[0-9]*:../../graphics/gnome-backgrounds
+DEPENDS+= gnome-calendar-[0-9]*:../../time/gnome-calendar
+DEPENDS+= gnome-calculator-[0-9]*:../../math/gnome-calculator
+DEPENDS+= gnome-characters-[0-9]*:../../sysutils/gnome-characters
+DEPENDS+= gnome-control-center-[0-9]*:../../sysutils/gnome-control-center
+DEPENDS+= gnome-dictionary-[0-9]*:../../textproc/gnome-dictionary
+DEPENDS+= gnome-font-viewer-[0-9]*:../../sysutils/gnome-font-viewer
+DEPENDS+= gnome-screenshot-[0-9]*:../../graphics/gnome-screenshot
+DEPENDS+= gnome-settings-daemon-[0-9]*:../../sysutils/gnome-settings-daemon
+DEPENDS+= gnome-session-[0-9]*:../../x11/gnome-session
+DEPENDS+= gnome-shell-[0-9]*:../../x11/gnome-shell
+DEPENDS+= gnome-terminal-[0-9]*:../../x11/gnome-terminal
+DEPENDS+= gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard
+DEPENDS+= mutter-[0-9]*:../../wm/mutter
+DEPENDS+= nautilus-[0-9]*:../../sysutils/nautilus
+DEPENDS+= orca-[0-9]*:../../misc/orca
+DEPENDS+= vlc-[0-9]*:../../multimedia/vlc
+DEPENDS+= yelp-[0-9]*:../../misc/yelp3
+
+# Some missing applications that might make sense later:
+
+# caribou
+# seahorse
+# zenity
+# sushi
+# gnome-power-manager
+# gnome-keyring
+# accerciser
+# vino
+# vinagre
+# gnome-games
+# gnome-color-manager
+# gnote
+# gnome-contacts
+# gnome-search-tool
+# gnome-system-log
+
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index