commit 2af6db38b8f8ddbbc8ea50fdec3ea27a657b2f96 Author: kgrays Date: Tue Jan 31 11:00:28 2023 +0500 initial commit diff --git a/DEBIAN/control b/DEBIAN/control new file mode 100644 index 0000000..ee5c78d --- /dev/null +++ b/DEBIAN/control @@ -0,0 +1,8 @@ +Package: uniphone +Architecture: amd64 +Depends: libc6 (>= 2.34),libapparmor1,zstd,libasyncns0,libbrotli1,libbsd0,libcap2,libcom-err2,libdbus-1-3,libdouble-conversion3,libflac8,libfreetype6,libgcc-s1,libgcrypt20,libgl1,libglib2.0-0,libglvnd0,libglx0,libgpg-error0,libgraphite2-3,libgssapi-krb5-2,libharfbuzz0b,libicu70,libk5crypto3,libkeyutils1,libkrb5-3,libkrb5support0,liblz4-1,liblzma5,libmd0,libmd4c0,libogg0,libogg-dbg,libopus0,libpcre2-16-0,libpcre3,libpng16-16,libpulse0,libqt5core5a,libqt5gui5,libqt5multimedia5,libqt5network5,libqt5sql5,libqt5widgets5,libsndfile1,libstdc++6,libsystemd0,libvorbis0a,libvorbisenc2,libx11-6,libx11-xcb1,libxau6,libxcb1,libxdmcp6,libzstd1,zlib1g +Provides: uniphone +Priority: optional +Version: 0.1 +Maintainer: nobody care +Description: Uniphone diff --git a/usr/bin/uniphone b/usr/bin/uniphone new file mode 100755 index 0000000..4c26fa0 Binary files /dev/null and b/usr/bin/uniphone differ diff --git a/usr/share/applications/uniphone.desktop b/usr/share/applications/uniphone.desktop new file mode 100644 index 0000000..0bb5e6c --- /dev/null +++ b/usr/share/applications/uniphone.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Uniphone +GenericName=SIP Phone +Comment= +Type=Application +Exec=/usr/bin/uniphone +Icon=/usr/share/icons/telephone.png +Terminal=false +Categories=Network;Telephony; +X-PulseAudio-Properties=media.role=phone diff --git a/usr/share/icons/telephone.png b/usr/share/icons/telephone.png new file mode 100644 index 0000000..ace792b Binary files /dev/null and b/usr/share/icons/telephone.png differ