From 39046fbaa5e1c58e56f157ed59c67c0f9c72c0e5 Mon Sep 17 00:00:00 2001 From: Marios Antonoudiou Date: Sun, 19 Feb 2017 18:36:28 +0200 Subject: [PATCH 1/1] Initial commit of kitematic package --- files/kitematic.desktop | 8 ++++++++ files/kitematic.svg | 1 + package.yml | 25 +++++++++++++++++++++++++ pspec_x86_64.xml | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 files/kitematic.desktop create mode 100644 files/kitematic.svg create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/files/kitematic.desktop b/files/kitematic.desktop new file mode 100644 index 0000000..7cd738f --- /dev/null +++ b/files/kitematic.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Kitematic +Comment=Visual Docker Container Management +Exec=/usr/bin/kitematic +Terminal=false +Icon=kitematic +Categories=System diff --git a/files/kitematic.svg b/files/kitematic.svg new file mode 100644 index 0000000..b9381c6 --- /dev/null +++ b/files/kitematic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..b53e62e --- /dev/null +++ b/package.yml @@ -0,0 +1,25 @@ +name : kitematic +version : 0.13.1 +release : 1 +source : + - https://github.com/docker/kitematic/archive/v0.13.1.tar.gz : 88d3d46b6fb400ad8c366e940e410d5b81b52215b39a1290ff1f2ff4f2b55ea5 +license : Apache 2.0 +component : programming.tools +summary : Visual Docker Container Management +builddeps : + - nodejs +rundeps : + - docker +description: | + Kitematic is a simple application for managing Docker containers on Mac, Linux and Windows. +setup: | + npm install +build: | + ./node_modules/.bin/grunt babel less copy:dev shell:linux_npm electron-packager:build +install : | + install -d $installdir/usr/bin + install -d $installdir/usr/share + cp -Rv dist/Kitematic-linux-x64 $installdir/usr/share/kitematic + install -Dm00644 $pkgfiles/kitematic.desktop $installdir/usr/share/applications/kitematic.desktop + install -Dm00644 $pkgfiles/kitematic.svg $installdir/usr/share/icons/hicolor/scalable/apps/kitematic.svg + ln -s /usr/share/kitematic/Kitematic $installdir/usr/bin/kitematic diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..b123811 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + kitematic + + Marios Antonoudiou + marios.antonoudiou@gmail.com + + Apache 2.0 + programming.tools + Visual Docker Container Management + Kitematic is a simple application for managing Docker containers on Mac, Linux and Windows. + + https://solus-project.com/sources/README.Solus + + + kitematic + Visual Docker Container Management + Kitematic is a simple application for managing Docker containers on Mac, Linux and Windows. + + programming.tools + + /usr/bin + /usr/share/applications/kitematic.desktop + /usr/share/icons/hicolor/scalable/apps/kitematic.svg + /usr/share/kitematic + + + + + 2017-03-09 + 0.13.1 + Packaging update + Marios Antonoudiou + marios.antonoudiou@gmail.com + + + \ No newline at end of file -- 2.12.0