Skip to content

Commit

Permalink
add mouse and trackpad application and COPYING
Browse files Browse the repository at this point in the history
  • Loading branch information
nick92 committed Sep 27, 2019
1 parent 4a0797b commit e1d1064
Show file tree
Hide file tree
Showing 442 changed files with 51,845 additions and 0 deletions.
675 changes: 675 additions & 0 deletions COPYING

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions global-appmenu/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
subprojects/* linguist-vendored
3 changes: 3 additions & 0 deletions global-appmenu/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "cmake"]
path = cmake
url = https://gitlab.com/vala-panel-project/cmake-vala.git
53 changes: 53 additions & 0 deletions global-appmenu/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
vala-panel-appmenu (0.2.8-1) vivid; urgency=medium

* New upstream version

-- Konstantin <ria.freelander@gmail.com> Sat, 23 May 2015 10:19:47 +0600

vala-panel-appmenu (0.2.7-1) vivid; urgency=medium

* New upstream version

-- Konstantin <ria.freelander@gmail.com> Sun, 03 May 2015 10:19:47 +0600

vala-panel-appmenu (0.2.6.2-1) vivid; urgency=medium

* New upstream version

-- Konstantin <ria.freelander@gmail.com> Sun, 03 May 2015 10:19:47 +0600

vala-panel-appmenu (0.2.6.1-1) vivid; urgency=medium

* New upstream version

-- Konstantin <ria.freelander@gmail.com> Sat, 02 May 2015 10:19:47 +0600

vala-panel-appmenu (0.2.6-1) vivid; urgency=medium

* New upstream version

-- Konstantin <ria.freelander@gmail.com> Tue, 28 Apr 2015 20:19:47 +0600

vala-panel-appmenu (0.2.5-2) vivid; urgency=medium

* Fixed xfce4-panel-dev makedepend

-- Konstantin <ria.freelander@gmail.com> Mon, 27 Apr 2015 20:19:47 +0600

vala-panel-appmenu (0.2.5-1) vivid; urgency=medium

* New upstream version

-- Konstantin <ria.freelander@gmail.com> Mon, 27 Apr 2015 20:19:47 +0600

vala-panel-appmenu (0.2.4.1-1ubuntu1) vivid; urgency=medium

* Fixed valac builddep

-- Konstantin <ria.freelander@gmail.com> Sun, 26 Apr 2015 20:19:47 +0600

vala-panel-appmenu (0.2.4.1-1) vivid; urgency=low

* Initial release

-- Konstantin <ria.freelander@gmail.com> Sat, 25 Apr 2015 00:57:09 +0600
1 change: 1 addition & 0 deletions global-appmenu/debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
56 changes: 56 additions & 0 deletions global-appmenu/debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
Source: vala-panel-appmenu
Section: x11
Priority: optional
Maintainer: Konstantin P. <ria.freelander@gmail.com>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.0), valac (>= 0.24.0), libpeas-dev (>= 1.2.0), libgtk-3-dev (>= 3.12.0), vala-panel-dev, xfce4-panel-dev (>= 4.11.0), libxfconf-0-dev, libbamf3-dev, libwnck-3-dev (>= 3.4.0)
Standards-Version: 3.9.6
Homepage: https://github.com/rilian-la-te/vala-panel-appmenu
Vcs-Git: https://github.com/rilian-la-te/vala-panel-appmenu.git
Vcs-Browser: https://github.com/rilian-la-te/vala-panel-appmenu

Package: xfce4-vala-appmenu-plugin
Section: xfce
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vala-panel-appmenu-common (= ${source:Version}), bamfdaemon
Recommends: unity-gtk3-module, unity-gtk2-module, appmenu-qt, appmenu-qt5
Description: This package provides Application Menu plugin for xfce4-panel
This is Application Menu (Global Menu) plugin.
It built using Unity protocol and libraries,
and share all Unity limitations and advancements.

Package: xfce4-vala-appmenu-plugin-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${misc:Depends}, xfce4-vala-appmenu-plugin (= ${binary:Version})
Description: This package provides debug symbols for xfce4-vala-appmenu-plugin
This is Application Menu (Global Menu) plugin.
It built using Unity protocol and libraries,
and share all Unity limitations and advancements.

Package: vala-panel-appmenu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vala-panel-appmenu-common (= ${source:Version}), bamfdaemon
Recommends: unity-gtk3-module, unity-gtk2-module, appmenu-qt, appmenu-qt5
Description: This package provides Application Menu plugin for vala-panel
This is Application Menu (Global Menu) plugin.
It built using Unity protocol and libraries,
and share all Unity limitations and advancements.

Package: vala-panel-appmenu-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${misc:Depends}, vala-panel-appmenu (= ${binary:Version})
Description: This package provides debug symbols for vala-panel-appmenu
This is Application Menu (Global Menu) plugin.
It built using Unity protocol and libraries,
and share all Unity limitations and advancements.

Package: vala-panel-appmenu-common
Architecture: all
Depends: ${misc:Depends}
Description: Common files for Application Menu plugins
This is Application Menu (Global Menu) plugin.
It built using Unity protocol and libraries,
and share all Unity limitations and advancements.
29 changes: 29 additions & 0 deletions global-appmenu/debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xfce4-sntray-plugin
Source: <https://github.com/rilian-la-te/xfce4-sntray-plugin>

Files: *
Copyright: <2014-2015> <Konstantin P. <ria.freelander@gmail.com> >
License: LGPL-3.0+

Files: debian/*
Copyright: 2015 Konstantin P. <ria.freelander@gmail.com>
License: LGPL-3.0+

License: LGPL-3.0+
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in "/usr/share/common-licenses/LGPL-3".

1 change: 1 addition & 0 deletions global-appmenu/debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
49 changes: 49 additions & 0 deletions global-appmenu/debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1

# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed


# main packaging script based on dh7 syntax
%:
dh $@

override_dh_auto_clean:
dh_auto_clean --buildsystem=cmake

override_dh_auto_build:
dh_auto_build --buildsystem=cmake

# consider using -DUSE_VERSIONED_DIR=ON if backporting
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=RelWithDebInfo

override_dh_strip:
dh_strip --package=xfce4-vala-appmenu-plugin --dbg-package=xfce4-vala-appmenu-plugin-dbg
dh_strip --package=vala-panel-appmenu --dbg-package=vala-panel-appmenu-dbg

override_dh_makeshlibs:
dh_makeshlibs -Xvala-panel -Xxfce4

# debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- \
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)




1 change: 1 addition & 0 deletions global-appmenu/debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
1 change: 1 addition & 0 deletions global-appmenu/debian/vala-panel-appmenu-common.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/share/locale/*
1 change: 1 addition & 0 deletions global-appmenu/debian/vala-panel-appmenu.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/vala-panel/*
2 changes: 2 additions & 0 deletions global-appmenu/debian/xfce4-vala-appmenu-plugin.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib/*/xfce4/*
usr/share/xfce4/*
2 changes: 2 additions & 0 deletions mouse-touchpad-settings/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*~
build/
13 changes: 13 additions & 0 deletions mouse-touchpad-settings/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: generic

services:
- docker

env:
- DEPENDENCY_PACKAGES="meson libgranite-dev libgtk-3-dev libswitchboard-2.0-dev valac"

install:
- docker run -v "$PWD":/tmp/build-dir elementary/docker:juno-unstable /bin/sh -c "apt-get update && apt-get -y install $DEPENDENCY_PACKAGES && cd /tmp/build-dir && meson build --prefix=/usr && cd build && ninja"

script:
- echo BUILDS PASSED
1 change: 1 addition & 0 deletions mouse-touchpad-settings/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contributors to this repo agree to be bound by the [Code of Conduct](https://elementary.io/code-of-conduct) as made available on our website.
Loading

0 comments on commit e1d1064

Please sign in to comment.